@data-ui/theme
Version:
Themes for data-ui
9 lines (6 loc) • 304 B
Markdown
# @data-ui/theme
This package exports theme variables that can be used by other packages. On the roadmap is a more comprehensive theme for non-svg data-ui elements.
`npm install --save @data-ui/theme`
```js
import { font, svgFont, label, size, color, chartTheme, allColors } from `@data-ui/theme`;
```