Card

Cards contain content and actions about a single subject.

In basic example, card accepts content view as child element.

It also may have header and footer by configuring header ,description ,footer properties.

Properties

Name

Type

Description

children

ReactNode

Component to render within the card.

title

(ViewProps) => ReactElement

Function component to render above the content.

description

(ViewProps) => ReactElement

Function component to render description content.

footer

(ViewProps) => ReactElement

Function component to render footer content.

Last updated