1.0.4 • Published 11 months ago

@eventstore-ui/theme v1.0.4

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

@eventstore-ui/theme

Theming for the Event Store design system.

Install

Add to your project

yarn add @eventstore-ui/theme

Usage

In your globalScript file, add an import:

import '@eventstore-ui/theme';

The active theme will be automatically applied as a set of css variables.

background-color: var(--color-background);

By default, an appropriate theme will be chosen from the users system settings, or a theme can be chosen directly:

import { theme } from '@eventstore-ui/theme';

theme.select('high_contrast_dark');

Additionally, @eventstore-ui/layout contains components for selecting a theme.

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

1 year ago

1.0.0

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.4

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.0-rc.1

2 years ago

0.1.1

2 years ago

0.1.3

2 years ago

0.1.0-alpha.16

3 years ago

0.1.0-alpha.15

3 years ago

0.1.0-alpha.17

3 years ago

0.1.0-alpha.12

3 years ago

0.1.0-alpha.11

3 years ago

0.1.0-alpha.14

3 years ago

0.1.0-alpha.13

3 years ago

0.1.0-alpha.10

3 years ago

0.1.0-alpha.9

3 years ago