BladeTailUI Installation - devawebdeveloper/bladetailui GitHub Wiki
Perfectly comfortable with jetstream livewire stack. otherwise, you must install Alpine Js Manually!
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script>
Click to know more about Alpine JS
To install on your laravel project
composer require devaweb/bladetailui
Available components
- Alert
- Button
- Dropdown
- Input
- Select
- loader
- Hero
- Navbar
Usage Docs
<x-btui-alert type="success"> Success! </x-btui-alert>
Name | Type | Default | Options |
---|---|---|---|
Text | String | "" | Your message Here! |
Type | String | Success | Primary,Success,Warning,Danger,Info |
Closable | Boolean | False | True or False |
More components are under development. It will be updated soon.