Download the PHP package gabrielesbaiz/nova-field-indicator without Composer
On this page you can find all versions of the php package gabrielesbaiz/nova-field-indicator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gabrielesbaiz/nova-field-indicator
More information about gabrielesbaiz/nova-field-indicator
Files in gabrielesbaiz/nova-field-indicator
Package nova-field-indicator
Short Description A colour-coded indicator field for Laravel Nova
License MIT
Homepage https://github.com/gabrielesbaiz/nova-field-indicator
Informations about the package nova-field-indicator
NovaFieldIndicator
A colour-coded indicator field for Laravel Nova.
Original code from oleghalin/nova4-indicator-field
Features
- ✅ With labels
- ✅ Without labels
- ✅ Hide defined values
- ✅ Named colours
- ✅ Literal colours
Installation
You can install the package via composer:
Usage
Options
Labels
Without Labels
Unknown Label
Should Hide
Should Hide If No
Colours
Named Colours
The available colours are the default "base" colours from Tailwind, with the addition of black:
- 'black'
#22292F - 'grey' or 'gray'
#B8C2CC - 'red'
#E3342F - 'orange'
#F6993F - 'yellow'
#FFED4A - 'green'
#38C172 - 'teal'
#4DC0B5 - 'blue'
#3490DC - 'indigo'
#6574CD - 'purple'
#9561E2 - 'pink'
#F66D9B
As well as the following Nova variable colours:
- 'success'
var(--success) - 'warning'
var(--warning) - 'danger'
var(--danger) - 'info'
var(--info)
Colour classes are not validated against the lists above, so if you enter an invalid colour, it will fall back to grey.
Literal Colours
Additional Colour Classes
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Oleg Khalin
- Gabriele Sbaiz
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of nova-field-indicator with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0||^12.0
laravel/nova Version ^4.0