0.1.0 • Published 6 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-themeUsage
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
6 years ago