Skip to main content
Version: 4.0.0-rc.6

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.

Import

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

Usage

Props

NameTypeDefaultDescription
containerStyleView StyleOuter container style.
wrapperStyleView StyleInner container style.

Playground

Loading...