CardProps
children?
React.ReactNode
Sets the Card children elements.
className?
string
Add additional classes to the Card.
dir?
string
Sets the dir of the Card.
orientation?
cardOrientation | string
Set the orientation of the Card.
The supported values are:
horizontal
- Defaultvertical
style?
CSSProperties
Sets additional CSS styles to the Card.
type?
cardType | string
Set the type of the Card.
The supported values are:
default
primary
info
success
warning
error