mainsail-ui
v1.11.5
Published
<div align="center"> <img src="src/assets/img/mainsail-ui.svg" alt="Mainsail UI Logo" width="550px" padding="40px" /> <br /> <p>The React UI kit of <a href="https://www.breezechms.com/">Breeze</a></p> </div>
Downloads
177
Readme
Storybook is used for local development of components in an isolated environment.
- Create React App is used solely for the setup of Storybook
- Rollup is used for bundling the library
- Auto is used for releases
Getting Started
View the Mainsail UI storybook for more documentation and usage details.
Installing (to a project)
Install the npm package just like any other.
npm install mainsail-ui
// or
yarn add mainsail-ui
Then import and use your desired component:
import { Button } from "mainsail-ui";
<Button text="Do Stuff" />;
Contributing & Development
Please see the dev docs for valuable information on Contributing.