stlato-ui-theme
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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 });

Readme

Keywords

Package Sidebar

Install

npm i stlato-ui-theme

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

51.4 kB

Total Files

8

Last publish

Collaborators

  • t-keshi