Package Exports
- @theme-ui/presets
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@theme-ui/presets) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@theme-ui/presets
Theme UI includes an optional presets package that can be used as examples or as a starting point for extending your own themes.
npm i @theme-ui/presets// example theme
import { funk } from '@theme-ui/presets'
export default {
...funk,
styles: {
...funk.styles,
},
}To view an example of the built-in presets, see the Demo.
Currently, the following presets are available for use:
basesystemfunkfuturerobotodarkdeepswisstoshbootstrapbulma(WIP)tailwindsketchy, Demo website
Contributing
We'd love to have more presets added to the Theme UI project. If you'd like to add a new preset or improve upon the existing ones, please open an issue or pull request.