@poool/junipero
v2.0.0
Published
๐ Junipero Design System React components
Downloads
516
Keywords
Readme
Installation
yarn add @poool/junipero
Usage
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.