akhaled/laravel-hybrid-components
Composer 安装命令:
composer require akhaled/laravel-hybrid-components
包简介
Use Laravel components built with Tailwind and Livewire
README 文档
README
-- UNDER CONSTRUCTION --
Laravel components build with Tailwind, AlpineJS and Livewire
Buttons
Base button
<x-hybrid-button>
Delete
</x-hybrid-button>
Modal
Base modal
<x-hybrid-modal times="true" cancel="true" confirm="false" open-on-init="false">
<x-hybrid-button color="green">
Open modal
</x-hybrid-button>
<x-slot name="title">
My first modal
</x-slot>
<x-slot name="content">
Content goes here
</x-slot>
<x-slot name="footer">
<x-hybrid-button color="orange">Another action button</x-hybrid-button>
</x-slot>
</x-hybrid-modal>
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-12-19