99.10.0 • Published 4 years ago

@temporg/ui-themes v99.10.0

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

category: packages

ui-themes

npm  build-status  MIT License  Code of Conduct

Installation

yarn add @temporg/ui-themes

Usage

Before mounting (rendering) your React application:

import { canvas } from '@temporg/ui-themes'
canvas.use()

To override the variables:

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

To use the high contrast theme:

import { canvasHighContrast } from '@temporg/ui-themes'
canvasHighContrast.use()
99.10.0

4 years ago

99.9.0

4 years ago

99.8.0

4 years ago

99.6.0

4 years ago

99.7.0

4 years ago

99.5.0

4 years ago

99.4.0

4 years ago

99.2.0

4 years ago

99.3.0

4 years ago

99.1.0

4 years ago

0.8.12

4 years ago

0.8.11

4 years ago

0.8.9

4 years ago

0.8.0

4 years ago

0.0.1

4 years ago