0.1.0 • Published 2 years ago

choom-theme v0.1.0

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

CHOOM THEME

npm

Core dependency for the Choom UI kits.

Installation

yarn add choom-theme

Setup

Essentially styling is based on CSS variables (custom properties).
To ensure the core styling layer include index.css in your project:

import "choom-theme/dist/index.css";

To make use of the CSS-in-JS variables explore index.js, it contains all same variables.


LICENSE