Livewire - Tailwind Toggle Switch

Tech Stack: tailwindcss, alpine-js, livewire

Demo

Name Email Active
Dr. Jayne Hahn II jerome13@example.net
Winfield Kuhlman mcdermott.ryan@example.com
Oliver Bergstrom ymurphy@example.net
Lorenz Toy III batz.deja@example.com
Dr. Hilton Denesik berry.johnson@example.net
Maeve Cartwright IV kub.noemy@example.net
Cletus Simonis PhD colby.hudson@example.com
Cara Bergstrom marcelina16@example.org
Miss Daphney Buckridge III gerardo59@example.com
Mr. Jake Zemlak solon30@example.org

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),
)