pipestyle

0.93.7 • Public • Published

GitHub license npm version npm downloads tested with jest


Pipefy style is a React-based UI toolkit for the web.
View documentation »


We developed Pipestyle as a clear reflect of the patterns and components of the Pipefy product. These patterns where adapted into code as a set of high quality React components for building interactive user interfaces.

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

Pull Request

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

Chrome logo Edge logo Firefox logo Internet Explorer logo Opera logo Safari logo
Latest Latest Latest 11+ Latest Latest

Readme

Keywords

none

Package Sidebar

Install

npm i pipestyle

Weekly Downloads

1,073

Version

0.93.7

License

MIT

Unpacked Size

339 kB

Total Files

201

Last publish

Collaborators

  • pipefyteam