React components and theme for Bright.MD's design system. Made with ThemeUI
npm install @brightmd/ui-componentsui-components> TODO: description
``
import { Birthdate, smartExamTheme } from '@brightmd/ui-components'
// TODO: DEMONSTRATE API
`
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'),
},
},
...
}