fontech/toggle-switch

A Laravel Nova toggle switch field

Installs: 1 791

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 10

Language:CSS

v1.4 2020-06-05 07:10 UTC

This package is auto-updated.

Last update: 2024-05-05 16:02:45 UTC


README

A Laravel Nova toggle switch field

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require fontech/toggle-switch

Usage:

Add the below to Nova/User.php resource:

# You can set the toggle swhich color by color code
Toggle::make('Toggle')->color('#7e3d2f'),

colors.png

image1.png

image2.png

image3.png

image4.png

Support:

naif@naif.io

https://www.linkedin.com/in/naif

License

The MIT License (MIT). Please see License File for more information.