Cards are used to group related information and actions, providing a consistent container with proper styling and spacing.
import Card from "@radui/ui/Card" const CardExample = () => ( <Card> Hello Card content </Card> )
A container component that groups related content and actions with consistent styling.
Prop | Type | Default |
---|---|---|
children | ReactNode | -- |
className | string | '' |
customRootClass | string | -- |
data-accent-color | string | -- |