1.1.0 • Published 12 months ago

stlato-ui-theme v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

stlato-ui-theme

npm version

Theme generator powered by Style Dictionary

Install

yarn add stlato-ui-theme

How to use

Example: Emotion

import { css } from "emotion";
import { theme } from "stlato-ui-theme";

const root = css`
  color: ${theme.color.text.primary.value};
`;

Customization

import { createTheme } from "stlato-ui-theme";

const yourOwnTheme = createTheme({ ...yourOwnConfig });
1.1.0

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.2

12 months ago

1.0.0

12 months ago