MedanoSoft / sand-ui

Stylished React Components based on Flat UI
3 stars 1 forks source link

UIProvider needed #3

Closed ginniecodes closed 7 years ago

ginniecodes commented 7 years ago

UIProvider also has an issue with theming, because theme prop is required to make it work.

A workaround is passing an empty object to theme prop like <UIProvider theme={{}}>...

To do: