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
Name | Type | Default | Description |
---|---|---|---|
containerStyle | View Style | Outer container style. | |
wrapperStyle | View Style | Inner container style. |