cardinal-react-common-components
v1.0.32
Published
This repository contains the code for all common React components.
Downloads
21
Readme
Cardinal
Cardinal is a common component library for react. It provides reusable and customizable components that can be used across multiple projects. These components include but aren't limited to buttons, forms, modals, and tables.
Here's a basic guideline on how to build and run storybook for a react project.
Firstly, install all the dependencies by running: npm install
.
Then simply run npm run storybook
to start the storybook server.
Cardinal's components are generic and can be easily integrated into your project. They are made to be flexible, thus they won't break other parts of your project.
Keep in mind that this description and guidelines are generic, they might need some adjustments based on your project complexity and requirements.