Package Exports
- choom-react
- choom-react/lib/components/index.js
- choom-react/lib/esm/components/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (choom-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
CHOOM-REACT
Trusted UI companion for your next React prototype.
Choom React is built with the following concepts:
- sufficient variety of elements for the modern application prototyping
- theming is opinionated, yet extensively and easily configurable
- component API is a predictable facade, shared in similar entities
DISCLAIMER
Choom is growing and maturing as you are reading these notes.
Current version is not stable and most probably will not be compatible with the next update.
Prior to version 1.0.0
it is not recommended to use in anything more complex than an exercise/test/prototype app.
Installation
yarn add choom-react
Setup
Styling
choom-react
depends on choom-theme
.
After installing dependency you need to install the core CSS.
import "choom-theme/dist/index.css";
Additionally you can use the CSS-in-JS variables:
import theme from "choom-theme";
<strong style={{ fontSize: theme.fontSizeXl }}>...</strong>
Links
CHOOM-REACT is created with the help of the following packages: