Reusable Card Component
· 21 min read
With Infima CSS framework, I’ve created a reusable card component that you can use on your Docusaurus site. With it, you’ll be able to customize each card with different colors and sizes. This component allows you to generate all the cards available in Infima as well as “Custom” cards, and you’ll be able to create and personalize each card independently.
The component is in fact a set of small components that will admit to form the cards.
SimpleCard : composition of the master folder
- Card component (The container of alls parts)
- CardHeader component (Header parts of cards)
- CardBody component (Body parts of cards)
- CardFooter component (Footer parts of cards)