@brightmd/ui-components
v0.6.4
Published
React components and theme for Bright.MD's design system. Made with ThemeUI
Downloads
35
Readme
ui-components
TODO: description
Usage
import { Birthdate, smartExamTheme } from '@brightmd/ui-components'
// TODO: DEMONSTRATE API
REQUIRED project-side config
If you're using webpack, you'll need to resolve all imports of theme-ui
to your project's using the alias config:
{
...
resolve: {
alias: {
'theme-ui': path.resolve(__dirname, 'node_modules/theme-ui'),
},
},
...
}