cdbeaton/boolean-tick

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

Installs: 3 024

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

Language:Vue

dev-master 2019-08-14 23:01 UTC

This package is auto-updated.

Last update: 2024-04-15 09:37:51 UTC


README

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