Download the PHP package enabel/enabel-bootstrap-theme without Composer
On this page you can find all versions of the php package enabel/enabel-bootstrap-theme. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download enabel/enabel-bootstrap-theme
More information about enabel/enabel-bootstrap-theme
Files in enabel/enabel-bootstrap-theme
Package enabel-bootstrap-theme
Short Description Enabel Bootstrap theme for internal use
License MIT
Informations about the package enabel-bootstrap-theme
Enabel Bootstrap Theme
A Bootstrap version 5 Enabel look-and-feel featuring:
- Compatibility with pure Bootstrap markup
- A few custom element:
btn-enabel
button with Enabel logo (extends .btn & .btn-primary)btn-outline-enabel
button with Enabel logo (extends .btn & .btn-outline-primary)
- Source SCSS files are included in the distribution, allowing local customizations
- Supports NPM, Yarn and Bower package manager integration
- Includes sample HTML pages and common components like navbar and cards for quick setup
Documentation
Theme Developers
If you find yourself wanting to enhance or fix the theme you'll be interested reading this section on how to setup this source on your local device.
First, we do accept pull requests and will promptly merge fixes or enhancements if they make sense for the rest of the relying applications. Note, you should probably check out our issues and/or raise an issue before doing the pull request.
Tools Setup
You'll need the following tools installed on your device to begin working on the theme:
- NodeJS 16.x or greater with NPM or greater to build
First Install
After your tools are in place, you should clone and install some packages:
Building Dist
This project has been created using webpack-cli. To build the styles, Javascript and other assets, use:
This will create a directory named dist. Webpack will generate minified js and css code as well as bring over all assets and sass code.
Preview
This project also contains a astro project to preview the theme:
Deploying Dist
To package up dist for deployment you can use the following command at the root level of the project:
About
Originally designed by Damien Lagae.