@gustavokissel-ignite-ui/tokens
v1.0.1
Published
This package contains the design tokens used in Ignite UI.
Readme
Ignite UI Tokens
This package contains the design tokens used in Ignite UI.
Installation
To install the package, run the following command:
npm install @ignite-ui/tokensUsage
To use the tokens, import them into your project. For example:
import { colors } from '@ignite-ui/tokens';
const MyComponent = () => {
return <div style={{ backgroundColor: colors.ignite500 }}>Hello World!</div>;
};Tokens
The package includes the following tokens:
- Colors
- Font sizes
- Font weights
- Fonts
- Line heights
- Radii
- Space
License
This package is licensed under the MIT license.
