@q-ui/template
v0.1.0
Published
Config based React template for Q-UI
Downloads
2
Readme
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/template
Then modify your root file to the following:
import { Template } from "@q-ui/template";
...
ReactDOM.render(
<Template>
...
</Template>,
document.getElementById("root")
);