components/ui/Card

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