New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

par-ui

Package Overview
Dependencies
Maintainers
7
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

par-ui

Parmais React Components Library

latest
Source
npmnpm
Version
0.0.101
Version published
Weekly downloads
3
50%
Maintainers
7
Weekly downloads
 
Created
Source

Logo

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

Available components

avatarbadgebutton
cardcheckboxcnpjInput
cpfInputcurrencyInputdateInput
dateSelectorelidedTextBoxform
headericonslabel
maskedInputradioradioGroup
requestButtonsearchBarselect
textFieldswitchertextArea

Using the components

  • From the command line inside of your project

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

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

Build

  • 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.

Keywords

react

FAQs

Package last updated on 02 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts