1.1.0 • Published 2 years ago

stlato-ui-theme v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago