A simple and useful admin page interface. An example can be found here: glynn-admin.
npm install glynn-admin
Create a base scss file. Add this to the main file.
@import "glynn-admin/scss/glynn-admin";
And go and create a super website.
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'
}
}
}
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.
unsplash Bootstrap v4 Font Awesome Social Buttons for Bootstrap Chart.js
Issues can be reported here
Thanks goes to these wonderful people (emoji key):
disjfa 📖 💻 💬 |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!