Card

Cards serve as an excellent method for presenting information, typically encompassing content and actions related to a singular topic. Within cards, you can incorporate images, buttons, text, and other elements. Primarily, cards find their usage in conveying information effectively.

Import

import { Card } from "io-elements"

Usage

Props

NAMETYPEREQUIREDDEFAULT
childrenanyfalse
containerStyleStyleProp<ViewStyle>false{ backgroundColor: "white", borderWidth: 1, padding: 15, margin: 15, borderColor: "grey", }
wrapperStyleStyleProp<ViewStyle>false