0.1.0 • Published 7 years ago
@q-ui/template v0.1.0
Q-UI is a framework consisting of a React template based on Google's Material Design, with minimal configuration UI controls.
!!! WARNING !!!

Q-UI is currently in pre-release and unsupported mode and should not be used in production systems
@q-ui/template
React template setup using configuration files Google's Material Design using Material-UI base controls.
Installation
Install the package in your project directory with:
// with npm
npm install @q-ui/template
// with yarn
yarn add @q-ui/templateThen modify your root file to the following:
import { Template } from "@q-ui/template";
...
ReactDOM.render(
  <Template>
    ...
  </Template>,
  document.getElementById("root")
);