0.0.30 • Published 1 year ago

ion-react v0.0.30

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

React Version

Production npm version

Installation

npm i @brisanet/ion-react
yarn add @brisanet/ion-react

Contribute

Install and run project

To run this project, You will need to use node v.16.19

  • Run git clone https://github.com/iurynogueira/ion-react.git to get a copy of the repository;
  • Run yarn install to install all dependencies for the project;
  • Run yarn storybook to open the storybook in your localhost.

Storybook

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.

How to Run Storybook

  • 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.

Commit pattern

Commits should follow the convention. We have the following types:

  • feat: A new feature;
  • fix: A bug fix;
  • docs: Documentation only changes;
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc);
  • refactor: A code change that neither fixes a bug nor adds a feature;
  • test: Adding missing tests or correcting existing ones;
  • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation;
  • perf: A code that improves performance;
  • ci: Changes to the CI/CD process;
  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm);
  • temp: Temporary commits that won't be included in your CHANGELOG.

Example: feat: add feature #issue_id

Deploy 🚀

Storybook

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.25

1 year ago

0.0.30

1 year ago

0.0.26

1 year ago

0.0.27

1 year ago

0.0.28

1 year ago

0.0.17

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago