0.0.16 • Published 5 years ago

@chainsaw-man/material-ui-scaffold v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

material-ui-scaffold

This package is highly experimental and conceptual. Inspired by flutter scaffold class.

Demo

CodeSandbox

Install

npm

npm install @chainsaw-man/material-ui-scaffold

yarn

yarn add @chainsaw-man/material-ui-scaffold

Run example and dev

npm install
cd example && npm install
npm link @chainsaw-man/material-ui-scaffold

# https://reactjs.org/warnings/invalid-hook-call-warning.html#duplicate-react
# https://stackoverflow.com/questions/50685175/react-material-ui-warning-prop-classname-did-not-match
cd ../ \
  && npm link example/node_modules/react \
  && npm link example/node_modules/@material-ui/core

cd example && npm run dev
0.0.16

5 years ago