Skip to content

cdbeaton/boolean-tick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boolean-tick

An alternative to the Boolean component in Laravel Nova for colourblind users.

Installation

In order to use this package, you need a Laravel installation which uses Nova.

Composer

composer require cdbeaton/boolean-tick

Usage

You can use the BooleanTick field just as you would normally use the Boolean field.

use Cdbeaton\BooleanTick\BooleanTick;

...

BooleanTick::make('Is live'),

About

An alternative to the Boolean component in Laravel Nova for colourblind users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published