jedocodes-components / bootstrap
Bootstrap V5 integration for Contao Open Source CMS
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:contao-component
Requires
- contao-components/installer: ^1.0.9
Replaces
README
Contao Component: Bootstrap
Stores the Bootstrap Framework Package in assets/bootstrap
this cane you use with same Contao Extension:
// Import the bootstrao component from the assets directory
@import "../../../assets/bootstrap/scss/bootstrap.scss";
to use it in our template use the follow
<link href="../assets/bootstrap/scss/bootstrap.scss" rel="stylesheet">