blakit-react-material-components
v1.1.19
Published
Components for apps using Material UI
Downloads
89
Readme
#React Material Components by BLAK-IT
If you adding some component you should add it to index.js in src/js/index.js and import in your app like that:
import { TableContainer } from 'blakit-react-material-components';SCSS now is not imported by default
import 'blakit-react-material-components/lib/scss/index.scss';Run to serve
npm startRun to build
npm run buildRun to build and publish on npm (make sure you updated version in package.json)
npm run build:publish