https://github.com/angular-guru/guru-theme
A modern bootstrap 4 theme
https://github.com/angular-guru/guru-theme
bootstrap bootstrap4 dashboard theme
Last synced: about 2 months ago
JSON representation
A modern bootstrap 4 theme
- Host: GitHub
- URL: https://github.com/angular-guru/guru-theme
- Owner: angular-guru
- License: mit
- Created: 2018-07-29T18:29:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T19:32:37.000Z (almost 8 years ago)
- Last Synced: 2026-02-08T09:52:55.424Z (5 months ago)
- Topics: bootstrap, bootstrap4, dashboard, theme
- Language: CSS
- Size: 441 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Guru Theme
To get started using the Guru Bootstrap theme in your application, simply install the package using NPM or Yarn by running the following command:
```
npm install @angular-guru/guru-theme
```
The stylesheet will now be available under `node_modules/@angular-guru/guru-theme/dist/theme.css`. Include this file in your application to apply the theme.
The pre-built theme comes with Bootstrap, however if you wish to customize the theme further, you may import the `_variables.scss` file and override the values.