appstract / laravel-bootstrap-components
Bootstrap components for Laravel
Installs: 31 459
Dependents: 0
Suggesters: 0
Security: 0
Stars: 193
Watchers: 17
Forks: 28
Open Issues: 0
Language:HTML
Requires
- php: ^7.1.3
- appstract/laravel-blade-directives: ^1.8
- laravel/framework: >=5.7
Requires (Dev)
- phpunit/phpunit: ^5.7
README
Easily use Bootstrap 4 components as Laravel components.
You can help with adding components by creating a pull request.
Installation
You can install the package via composer:
composer require appstract/laravel-bootstrap-components
Usage
Examples:
@component('bootstrap::modal') This is the content of the modal @endcomponent @component('bootstrap::progress', ['value' => 75]) // Extra bars @endcomponent
More components and documentation in the wiki.
Contributing
Contributions are very welcome! If you want to add a component, please keep the following in mind when creating a pull request:
- Have a look at the existing components for examples.
- Customization of the component (like custom classes and options for the component).
- Provide some docs in the wiki.
Thanks to all the contributors
About Appstract
Appstract is a small team from The Netherlands. We create (open source) tools for webdevelopment and write about related subjects on Medium. You can follow us on Twitter, buy us a beer or support us on Patreon.
License
The MIT License (MIT). Please see License File for more information.