Cards
A reusable card component is a versatile building block in software development that encapsulates content within a defined container, resembling a physical card. It's commonly used to present information or features in a visually appealing and crisp manner.
Variants
Props
Props | Datatype | Values/Example |
---|---|---|
cardClassProp | Object | {"font-size: var(--base-text)"} |
cardStyleProp | Object | {"font-size: var(--base-text)"} |