mkdir theming-material-ui && cd theming-material-ui
curl https://codeload.github.com/react-theming/theming-material-ui/tar.gz/master | tar -xz --strip=1
git init
yarn
yarn storybook
To launch your app type:
yarn start
This example is based on original MUI templates/sign-up template and extends it with Storybook and @react-theming/storybook-addon
Related projects:
- https://github.com/react-theming/storybook-addon-material-ui
- https://github.com/react-theming/create-mui-theme
- (live) https://react-theming.github.io/create-mui-theme/
Created with ❤︎ to React and Material UI by Oleg Proskurin [React Theming]