Skip to content
Binary UIKit reference Stable

Card

Generic content surface with padding, variant, and elevation.

Use Card to group related content on a non-interactive surface, choosing fixed tokenized padding that stays inside its container.

Interactive example

Loading interactive example

API

Inherited prop contracts

  • Omit<HTMLAttributes<HTMLDivElement>, 'children'> Props from this native base are accepted except the listed members.
MemberTypeKindRequiredDefault
borderbooleanpropNoundefined
childrenSnippetsnippetNoundefined
elevationCardElevationpropNo'none'
overflow'visible' | 'hidden'propNo'visible'
paddingCardPaddingpropNo'md'
variantCardVariantpropNo'surface'

Examples

Source

Loading source