Livewire - Tailwind Toggle Switch

Tech Stack: tailwindcss, alpine-js, livewire

Demo

Name Email Active
Ms. Meghan Hagenes alanna.reynolds@example.org
Prof. Marilyne Thompson lcollins@example.org
Blake Mann harry.schultz@example.net
Raegan Doyle sonya35@example.org
Pietro Fadel jameson.cormier@example.com
Elvera Cormier emanuel58@example.com
Ardella Grimes naomie.jacobi@example.net
Prof. Zachary Keeling ahudson@example.com
Dr. Shaniya Weissnat V bins.rocio@example.net
Miss Shayna DuBuque cormier.trystan@example.net

Code
Please login to View/Download the Code

Sorry, this component's code is restricted
Get Livewiredemos-Pro
Sorry, this component's code is restricted
Get Livewiredemos-Pro

Usage


      @livewire(
    'toggle-switch',
    [
        'model' => $User,
        'field' => 'isActive',
    ],
    key($User->id),
)