components/ui/CardContent

CardContent component for content section inside a card with padding and text styling.
Description:
  • CardContent component for content section inside a card with padding and text styling.
Source:
Parameters:
Name Type Description
props object Component properties.
Properties
Name Type Attributes Description
children React.ReactNode Inner content of the CardContent.
className string <optional>
Additional CSS classes to add to the content div.
rest object <optional>
Other props to spread on the container div (e.g., event handlers, data attributes).
Returns:
Content container with padding and text styles.
Type
JSX.Element