par-ui

0.0.101 • Public • Published

Logo

A library of reusable React components that we are using at Par Mais.

Available components

avatar badge button
card checkbox cnpjInput
cpfInput currencyInput dateInput
dateSelector elidedTextBox form
header icons label
maskedInput radio radioGroup
requestButton searchBar select
textField switcher textArea

Using the components

  1. From the command line inside of your project

     npm install --save par-ui
    
  2. Import the component that you want to use

// es6
import { requestButton } from 'par-ui'
  1. Use as if it was any other component
render () {
  return (
    <requestButton/>
  )
}

Build

  1. From the command line inside of your project

     npm run prod:build
    

ESlint

win

$ npm install -g install-peerdeps

$ install-peerdeps --dev eslint-config-airbnb

linux/osx

npm info eslint-config-airbnb@latest peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add --dev eslint-config-airbnb@latest

Contributing

The Par Mais Tecnologia encourages participation. If you feel you can help in any way, be it with bug reporting, documentation, examples, extra testing, or new features feel free to create an issue, or better yet, [submit a Pull Request. For more information on contribution please see our Contributing guide.

License

Copyright (c) 2018 Par 6 Tecnologia LTDA.
Licensed under Apache 2.0.

Readme

Keywords

Package Sidebar

Install

npm i par-ui

Weekly Downloads

4

Version

0.0.101

License

(Apache-2.0)

Unpacked Size

988 kB

Total Files

76

Last publish

Collaborators

  • danielzabotti
  • danilosetubal
  • alcidesrafael
  • rafesc