Function: Card()
Card(
props):Element
Defined in: lib/layout/CardBasic.tsx:13
A basic card component with a white background and rounded borders.
Parameters
props
The component props
children
ReactNode
The content to display in the card
className?
string
Additional CSS classes for the card
Returns
Element
A card component with consistent styling