Getting Started

Bcomponents is a project built with the latest versino of Laravel 11 and Livewire 3 with VOLT, which means there is no controller only views and routes, the components are purely Laravel blade components, and alpinejs sprinkled with some TailwindCSS sauce.

        
            <x-button type="button" color="primary" >Save User</x-button>
        
    



Button Example

  

        
            <x-button
                type="button" 
                color="primary"
                hasSpinner="true"
                showSpinner="true">
                Saving...
            </x-button>
        
    

This documentation is not perfect yet, but we are working on it, if you have any questions or suggestions please feel free to get in touch.