Card
A basic Card component that should render nicely on any platform. Supports a good level of customization.
You can customization Card component with the Props
#
Usage#
Reference#
Propshere all the list of Props you can use for Card Component and it Inherits all CardProps Props
#
bgColorprops can change the background color of the Card area type string
#
defaut it is white#
borderprops for adding border to the Card area type number
#
borderColorprops for adding color to the border of the Card area type string
#
borderStyleprops for adding style to the border area type string--'solid'|'dashed'|'dotted' dashed and dotted style applies only adding border radius to the card
#
paddingAllprops for padding for all the four sides of the Card by default it none number
#
defaut it is none#
paddingLRprops for padding for left and right of the Card by default it none number
#
defaut it is none#
paddingTBprops for padding for top and bottom the four sides of the Card by default it none number
#
defaut it is none#
marginAllprops for margin for all the four sides of the Card by default it none number
#
defaut it is none#
marginLRprops for margin for left and right of the Card by default it none number
#
defaut it is none#
marginTBprops for margin for top and bottom the four sides of the Card by default it none number
#
defaut it is none#
elevationprops for adding box shadow to the card number
#
inlineStyleprops give addition props to the Button element type Object