Card
is a versatile React Native component that provides a structured format for displaying content.
Cards can display title, description, content, and footer. It also adapts automatically to the current color scheme.
Light mode
Dark mode
children
- Components to be rendered inside the Cards container. Mainly CardHeader
, CardContent
, and CardFooter
.className?: string
- Tailwind CSS classes to be applied to the View
.children
- Components to be rendered inside the Cards container. Mainly CardTitle
and CardDescription
.className?: string
- Tailwind CSS classes to be applied to the View
.children
- Text to be rendered inside the Text
element.className?: string
- Tailwind CSS classes to be applied to the Text
.children
- Text to be rendered inside the Text
element.className?: string
- Tailwind CSS classes to be applied to the Text
.children
- Components to be rendered inside the View
element.className?: string
- Tailwind CSS classes to be applied to the View
.children
- Components to be rendered inside the View
element.className?: string
- Tailwind CSS classes to be applied to the View
.Card
component taking text as input.
className?: string
- Tailwind CSS classes to be applied to the View
.title?: string
- The title of the card.description?: string
- A brief description or subtitle.content?: string
- The main content inside the card.footer?: string
- Text to display at the bottom of the card.SimpleCard
component