empty-ui
v0.0.1
Published
a very simple, configuration-based ui
Downloads
1
Readme
Install
yarn add empty-ui
Usage
- There are no styles built in to the UI.
- Wrap your component with the provider. Define your styles with the
config
props.<UIProvider config={{ buttons: { primary: 'primary-button' } }} > <App /> </UIProvider>