@junipero/theme
v3.12.17
Published
π Junipero Design System Common Theme
Readme
Installation
yarn add @junipero/themeUsage
import '@junipero/theme/dist/junipero.min.css';If you need to tree-shake some unneeded styles, you can import every component/utility manually instead:
@import "@junipero/theme/dist/css/reset.min.css";
@import "@junipero/theme/dist/css/icons.min.css";
@import "@junipero/theme/dist/css/texts.min.css";
@import "@junipero/theme/dist/css/transitions.min.css";
@import "@junipero/theme/dist/css/Label.min.css";
@import "@junipero/theme/dist/css/Abstract.min.css";
@import "@junipero/theme/dist/css/TextField.min.css";
/* ...and so on */The full list is available inside the dist/css folder.
Documentation
https://junipero.design/foundations
Contributing
Please check the CONTRIBUTING.md doc for contribution guidelines.
License
This software is licensed under MIT.
