pirate-ui
v1.7.0
Published
1. navigate into your project directory and `npm install pirate-ui` 2. import into your component of choice with `import { component } from ./component`
Readme
Installing
- navigate into your project directory and
npm install pirate-ui - import into your component of choice with
import { component } from ./component
Components
TextInput
A text input component that comes with an InputLabel and encompassing div.
InputLabel
A label to be paired with TextInput
