@cardoai/components
v1.0.34
Published
CardoAI components library
Downloads
120
Readme
CardoAI Components Library
Features
CardoAI Components is a React UI library that includes numerous components based on ANT Design.
📦 Installation
❗ Warning ❗
Before installation, keep in mind that the library relies heavily in the ANT Design library components, which will be installed as well. Check out the list of dependencies needed to run @cardoai/components.
npm install @cardoai/componentsOR
yarn add @cardoai/components🔍 Viewing Components
CardoAI Components implements also Storybook for documentation of components as well as testing them before usage.
Clone the library and after running npm install use
npm run storybookin order to display the components and their documentation in an interactive format.
