https://github.com/devtronic/bootstrap3-macro-bundle
Bootstrap 3 Macros for Twig
https://github.com/devtronic/bootstrap3-macro-bundle
bootstrap3 css html symfony twig
Last synced: 5 months ago
JSON representation
Bootstrap 3 Macros for Twig
- Host: GitHub
- URL: https://github.com/devtronic/bootstrap3-macro-bundle
- Owner: devtronic
- License: mit
- Created: 2017-04-23T12:04:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T12:39:09.000Z (about 9 years ago)
- Last Synced: 2025-06-07T07:38:59.307Z (about 1 year ago)
- Topics: bootstrap3, css, html, symfony, twig
- Language: HTML
- Size: 127 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap 3 Macro Bundle
**Work in progress, pre-alpha!!**
## Installation
`composer require devtronic/bootstrap3-macro-bundle`
In `app/AppKernel.php`:
```php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
//...
new Devtronic\Bootstrap3MacroBundle\Bootstrap3MacroBundle(),
);
}
```
## Usage
```twig
{% import "Bootstrap3MacroBundle::macros.html.twig" as bootstrap %}
```
## Documentation
[here](./doc/index.md)