unit of release | repository |
---|---|
@a110/rito React Lib |
This project is a monorepo that hosts an npm library that's intended for use in React frontend applications.
The simplest way to explore the primary content here would be to visit the Storybook page, that's hosted here on GitHub Pages.
The library, @a110/rito
, can be added to a React appliction with either
yarn add @a110/rito
or npm i --save @a110/rito
. More instructions should
be available in the package-level documentation.
- Fork and clone, checkout a branch
yarn
yarn build
yarn dev-rito-sb
- Pull requests welcome!