0.3.2 • Published 2 years ago

choom-react v0.3.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

CHOOM-REACT

npm

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:


LICENSE