React Version
npm i @brisanet/ion-react
yarn add @brisanet/ion-react
To run this project, You will need to use node v.16.19
git clone https://github.com/iurynogueira/ion-react.git
to get a copy of the repository;yarn install
to install all dependencies for the project;yarn storybook
to open the storybook in your localhost.Storybook is a component development tool that allows you to visualize and test components in isolation. This makes it easy to develop and test components, allowing you to see how they behave in different states and contexts.
yarn storybook
This will start the Storybook server at http://localhost:6006 and you will be able to view your components in a friendly interface.
Commits should follow the convention. We have the following types:
Example: feat: add feature #issue_id