React component library for faster and consistent web development. This library is built as a wrapper for well known component libraries like Material-UI and CodeMirror.
The goal of the snapdev-ui library is to enforce a specific design system consistency across different projects.
Install the package in your project directory with:
// with npm
npm install @snapdev-ui/core @material-ui/core @material-ui/icons @material-ui/lab fontsource-roboto react-router-dom
// with yarn
yarn add @snapdev-ui/core @material-ui/core @material-ui/icons @material-ui/lab fontsource-roboto react-router-dom