Download the PHP package kainiklas/filament-gauge without Composer
On this page you can find all versions of the php package kainiklas/filament-gauge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kainiklas/filament-gauge
More information about kainiklas/filament-gauge
Files in kainiklas/filament-gauge
Package filament-gauge
Short Description Gauge Chart for FilamentPHP
License MIT
Homepage https://github.com/kainiklas/filament-gauge
Informations about the package filament-gauge
Filament Gauge
SVG gauge for filament.
Installation
You can install the package via composer:
Optionally, you can publish the views using
Usage
You can render any numeric value between 0
and 100
. The value is rounded. If the value is outside these ranges, you can normalize it with the upperBound()
method, e.g., values between 0
and 1
need to be bounded by upperBound(1)
and values between 0
and 50
need to be bounded by upperBound(50)
.
Customize Style
You can customize the style of the component with the following css hook classes:
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
- Kai
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-gauge with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.16.0
illuminate/contracts Version ^10.0