@areyes.dev/components
v1.4.0
Published
A components library to create apps from zero to production
Downloads
9
Readme
Cero a Producción — Components
🚀 Cero a Producción es un proyecto de sesiones de productividad.
Getting Started
You must have
react, react-dom and classnames installed
thiose are peer dependencies of this project.
1. Installation
Using NPM
npm install @areyes.dev/components
Using Yarn
yarn add @areyes.dev/components
2. Using the library
- Import component
import { Icon, ButtonIcon } from '@areyes.dev/components'
- Use component
<ButtonIcon icon="arrowRight" type="primary">
Cowards Agreed
</ButtonIcon>
Storybook
Check the rest of the available components in our Storybook