@nvidia-elements/themes
v0.0.4
Published
Themes for the Elements design system, providing comprehensive color palettes, typography, and spacing.
Downloads
802
Readme
@nvidia-elements/themes
Themes for the Elements design system, providing comprehensive color palettes, typography, and spacing.
- Documentation
- Changelog
- GitHub Repo
- [NPM](https://registry.npmjs.org
Getting Started
# local .npmrc file
registry=https://registry.npmjs.org
# https://registry.npmjs.org
npm login
npm install @nvidia-elements/themesUsage
/* import the theme CSS into your project */
@import '@nvidia-elements/themes/index.css';| Theme | Description |
| -------------------------------- | -------------------- |
| @nvidia-elements/themes/index.css | Default theme |
| @nvidia-elements/themes/high-contrast.css | High contrast theme |
| @nvidia-elements/themes/reduced-motion.css | Reduced motion theme |
| @nvidia-elements/themes/compact.css | Compact theme |
| @nvidia-elements/themes/dark.css | Dark theme |
