0.1.0 • Published 5 years ago
@rock-kit/canvas-theme v0.1.0
category: packages
canvas-theme
A UI component theme for Canvas LMS made by Rock Content Inc.
This theme has a 3:1 minimum contrast requirement.
Installation
yarn add @rock-kit/canvas-theme
Usage
Before mounting (rendering) your React application:
import { theme } from '@rock-kit/canvas-theme'
theme.use()
To override the variables:
theme.use({ overrides: { colors: { brand: 'red' } } })
0.1.0
5 years ago