1.3.0 • Published 9 years ago
panes-muicss-tpl v1.3.0
panes-muicss-tpl
This is module provide a snippet of MUI css components, its for use in conjunction with my other generators.
The reason behind this module is based on real world development experience. To built a full framework-mui is great, but it just won't fit all the different situation during development. So you might ended up just copy and paste the template code into your component. So why not just provide you with the template, and create component based on it and develop from there.
You can use this with your own implementation
To use this npm
const bs4Tpl = require('panes-bootstrap4-tpl');
bs4Tpl(function(result)
{
// return an object with their group as key
// and an array as their content
} , function(err)
{
// error hanlder
});
Then you just query what you need from the object key: array
structure to get the path to the template. Import it and use with your own generators.
AVAILABLE TEMPLATES
- buttons - button - fab button - flat button - raised button
- forms - checkbox - dropdown - fixed label input - fixed label textarea - float label input - float label textarea - inline form - radio - select group - select - textfield input - textfield textarea
- misc - container fluid - container - divider - grid row - panel - table
- navs - appbar - tabs