承接 appstract/laravel-bootstrap-components 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

appstract/laravel-bootstrap-components

最新稳定版本:2.0.0

Composer 安装命令:

composer require appstract/laravel-bootstrap-components

包简介

Bootstrap components for Laravel

README 文档

README

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:

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.

统计信息

  • 总下载量: 35.67k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 194
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 193
  • Watchers: 17
  • Forks: 28
  • 开发语言: HTML

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-05-31