0.0.1 • Published 4 years ago

@temporg/light-theme v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

category: packages

Rock Kit Light Theme

npm  build-status  MIT License  Code of Conduct

A UI component theme for Rock Content products.

This theme has a 3:1 minimum contrast requirement.

Installation

yarn add @temporg/light-theme

Usage

Before mounting (rendering) your React application:

import { theme } from '@temporg/light-theme'
theme.use()

To override the variables:

theme.use({ overrides: { colors: { brand: 'red' } } })
0.0.1

4 years ago