React UI components using tailwindcss
npm i tails-ui
import 'tails-ui/dist/index.css'
const Button = () => ( <Button color="blue" type="submit" fullWidth outline
Submit
)
export default Button
## Running Locally:
- You can run `npm link` inside **tails-ui** and then `npm link tails-ui` inside a project you have created to test the components locally.
- You can run `npm start` to start **tails-ui** in watch mode and it will compile any new components you add.
- `npm test` will run jest