pipestyle
v0.93.7
Published
Pipefy style is a React-based UI toolkit for the web
Downloads
3,245
Readme
Installation
We recommed using yarn
or npm
to install.
Usage
Each component comes with its corresponding CSS file, However if you prefer to import all CSS styles, you can follow the example below:
import { Button } from 'pipestyle'; // for js
import 'pipestyle/assets/button.css'; // for css
ReactDOM.render(<Button />, mountNode);
Contributing
Before creating a new Pull Request or reporting a new issue, we kindly ask you to verify if there's any request opened for avoiding duplicity.
If you’d like to help us to make any improvement on Pipestyle, just create
Feel free to report bugs and issues here.
Deploy
To update the version during deploy add one or more of those tags on the PR title:
- [version: patch/minor/major] - to update the npm package/assets (CSS) version
- [skip ci] - to cancel deploy(normally used when did the deploy manually)
If you do not set the version tag, the default value [version: patch] will be used to deploy.
Browser Support
| | | | | | | | :-------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------: | | Latest ✔ | Latest ✔ | Latest ✔ | 11+ ✔ | Latest ✔ | Latest ✔ |