Card
Cards are the main container for default content.
Preview

Code Sample
import { Card } from '@dormakaba/digital-reactnative-visual';
<Card>
{/* Content: Form elements or typography stuff */}
<Card.Actions>
<Button />
</Card.Actions>
</Card>
Props
Name
Type
Description
style
object
style overrides
margin
boolean
adds left and right margin of 10px
transparent
boolean
transparent as on login views
group
boolean
keep next card closer with bottom margin of 1px
Last updated