BladeTailUI Installation - devawebdeveloper/bladetailui GitHub Wiki

Welcome to the bladetailui wiki!

Blade Tailwind UI for Laravel with Alpine JS

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

  1. Alert
  2. Button
  3. Dropdown
  4. Input
  5. Select
  6. loader
  7. Hero
  8. Navbar

Usage Docs

Alert

<x-btui-alert type="success"> Success! </x-btui-alert>

Properties

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.

⚠️ **GitHub.com Fallback** ⚠️