项目作者: appstract

项目描述 :
Bootstrap components as Laravel components
高级语言: HTML
项目地址: git://github.com/appstract/laravel-bootstrap-components.git
创建时间: 2017-05-31T14:30:25Z
项目社区:https://github.com/appstract/laravel-bootstrap-components

开源协议:MIT License

下载


Laravel Bootstrap Components

Latest Version on Packagist
Total Downloads
Software License

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:

  1. composer require appstract/laravel-bootstrap-components

Usage

Examples:

  1. @component('bootstrap::modal')
  2. This is the content of the modal
  3. @endcomponent
  4. @component('bootstrap::progress', ['value' => 75])
  5. // Extra bars
  6. @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.