1.2.0 • Published 9 years ago
panes-materialize-tpl v1.2.0
panes-materialize-tpl
This is module provide a snippet of Materialize 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 - click only fab - fixed action button - flat button - floating button - horizontal fab
- cards - card panel - card reveal stick action - card reveal - card - horizontal card - image card
- collections - collection avatar - collection dismissable - collection links - collection secondary content - collection with header - collection
- coursels - carousel slider content - carousel slider - carousel - slider
- form - autocomplete - checkbox - date picker - dropdown - file input - input icon prefix - input - radio - range - select icon - select - switch - textarea
- misc - accordion - badge - chip - chips - icon - materialboxed - modal - preloader - progress - tag - toast - tooltip
- navs - breadcrumbs - footer - navbar - pagination - parallax - pushpin - scrollspy - search bar - sidenav - tabs