@poool/junipero
v2.1.0
Published
π Junipero Design System React components
Keywords
Readme

Installation
yarn add @poool/juniperoUsage
import React from 'react';
import { TextField } from '@poool/junipero';
export default () => (
<TextField />
);Don't forget to import styles, for example using style-loader and webpack:
import '@poool/junipero/dist/junipero.min.css';Or import them directly inside your own styles using less, sass or stylus:
@import "~@poool/junipero/dist/junipero.min.css";Dependencies
These libraries are not bundled with Junipero and required at runtime:
Documentation
https://junipero.design
Contributing
Please check the CONTRIBUTING.md doc for contribution guidelines.
License
This software is licensed under MIT.
