vnetmx/synaptic-bootstrap-components

Laravel 的 Bootstrap 组件

1.1.2 2019-12-12 20:25 UTC

This package is auto-updated.

Last update: 2024-09-13 07:48:57 UTC


README

Latest Version on Packagist Total Downloads Software License

轻松使用 Bootstrap 4 组件作为 Laravel 组件。

你可以通过创建 pull request 来添加组件。

安装

你可以通过 composer 安装此包

composer require vnetmx/synaptic-bootstrap-components

使用方法

示例

@component('bootstrap::modal')
    This is the content of the modal
@endcomponent

@component('bootstrap::progress', ['value' => 75]) 
    // Extra bars
@endcomponent

更多组件和文档 在 wiki 中

贡献

欢迎贡献!如果你想要添加一个组件,请在创建 pull request 时注意以下事项

  • 查看现有的组件以获取示例。
  • 组件的自定义(如自定义类和组件选项)。
  • wiki 中提供一些文档。

感谢所有贡献者

关于 Appstract

Appstract 是来自荷兰的小团队。我们为 Web 开发创建(开源)工具,并在 Medium 上撰写相关主题。你可以在 Twitter 上关注我们,为我们买一杯啤酒 或者在 Patreon 上支持我们。

许可证

MIT 许可证(MIT)。有关更多信息,请参阅 许可证文件