Download the PHP package jaocero/radio-deck without Composer
On this page you can find all versions of the php package jaocero/radio-deck. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jaocero/radio-deck
More information about jaocero/radio-deck
Files in jaocero/radio-deck
Package radio-deck
Short Description Turn filament default radio button into a selectable card with icons, title and description.
License MIT
Homepage https://github.com/jaocero/radio-deck
Informations about the package radio-deck
Radio Deck
Turn filament default radio button into a selectable card with icons, title and description.
Installation
You can install the package via composer:
To adhere to Filament's theming approach, you'll be required to employ a personalized theme in order to utilize this plugin.
Custom Theme Installation Filament Docs
Add the plugin's views to your tailwind.config.js
file.
Usage
You can also utilize an Enum class for ->options()
, ->descriptions()
, and ->icons()
. Here's an example of how to create a simple enum class for this purpose:
After that, in your form, you can set it up like this:
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
- Jay-Are Ocero
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of radio-deck with dependencies
filament/forms Version ^3.0
spatie/laravel-package-tools Version ^1.15.0
illuminate/contracts Version ^10.0|^11.0|^12.0