reactnative-visual
  • @dormakaba/digital-reactnative-visual
  • Getting started
  • Changelog
  • Components
    • Avatar
    • Button
    • Card
    • Checkbox / Radio
    • Icons
    • IconButton
    • Image Cropper
    • Page, Row, Col
    • List, ListItem
    • Modal
    • Notification
    • QR Code Reader
    • Select
    • Snack
    • Swipeable
    • Textfield
    • Typography: H1, P, Label, Hint, Text
  • Page Templates
    • Animated Login View
    • Login Area View
    • Animated Panel List
    • Animated Avatar View
  • Misc
    • Colors
    • VisualProvider
  • Show Cases
    • exivo
Powered by GitBook
On this page
  • Preview
  • Code Sample
  • Props
  1. Components

Card

Cards are the main container for default content.

PreviousButtonNextCheckbox / Radio

Last updated 6 years ago

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