Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T12:39:09.000Z (over 7 years ago)
- Last Synced: 2024-10-18T09:47:54.061Z (29 days ago)
- Topics: bootstrap3, css, html, symfony, twig
- Language: HTML
- Size: 127 KB
- Stars: 3
- Watchers: 3
- 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)