cwsps154/bootstrap-ui-components

使用Laravel组件帮助构建基于Bootstrap的UI元素

2.0.184 2023-06-29 17:20 UTC

README

GitHub issues GitHub stars GitHub license

使用Laravel组件帮助构建基于Bootstrap的UI元素

安装

使用Composer

composer require cwsps154/bootstrap-ui-components

发布包文件

php artisan vendor:publish

您也可以使用标签

 php artisan vendor:publish --tag=config --tag=components --tag=public

文档

可用的组件

  • 表单
  • 输入
  • textarea - 支持 ckeditor,summernote,tinymce
  • select - 支持 select2
  • 单选按钮
  • 复选框
  • file - 支持 fileinput
  • crop-image - cropper.js
  • 按钮
  • 模态弹出窗口

用法

您可以使用命名空间 x-buicomponents 使用这些组件

即将更新... 您现在可以参考旧的README文件 READMEOLD

作者

许可证

MIT