glynn-admin
v0.3.1
Published
Simple admin template using wonderful styles
Downloads
4
Readme
glynn-admin
A simple and useful admin page interface. An example can be found here: glynn-admin.
Instalation
npm install glynn-admin
How to use
Create a base scss file. Add this to the main file.
@import "glynn-admin/scss/glynn-admin";
And go and create a super website.
Grunt
Don't forget to setup a loadFile on the base project. In my gruntfile i have these options on the scss loader:
sass: {
dist: {
options: {
loadPath: 'node_modules'
}
}
}
The hard way
Copy the files from the dist folder. Located here;
glynn-admin/dist/css/glynn-admin.css
For the javascript. Just use the default bootstrap, jquery and thether javascript to include in your project.
Usage
unsplash Bootstrap v4 Font Awesome Social Buttons for Bootstrap Chart.js
Issues
Issues can be reported here
Contributors
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!