- Implementation
- Card Props
Common Examples
To use theCard, import it from @servicetitan/anvil2-rn and pass content through the required content prop. The kit forbids children. A plain string or number is wrapped in Text for you.Card type
Props select one of two card types:- Omit
onPressfor a static surface. - Pass
onPressand a requiredlabelfor a button card.
href) or the web highlighted glow.Padding
padding is "snug", "base", or "relaxed". "base" is the default.Accessibility
- A static card is a non-interactive surface.
- A button card uses
accessibilityRole="button",labelasaccessibilityLabel, andaccessibilityState.disabledwhenisDisabledis set.