Skip to main content
Version: Bleeding Edge 🚧

Card

Cards are a great way to display information, usually containing content and actions about a single subject. Cards can contain images, buttons, text and more. Cards are mainly used for informative purpose.

Usage

Import

import { Card } from '@rneui/themed';

Theme Key

Card

Default

Loading...

Props

NameTypeDefaultDescription
containerStyleView StyleOuter container style.
wrapperStyleView StyleInner container style.

Playground

Loading...