Download the PHP package bezhansalleh/filament-addons without Composer
On this page you can find all versions of the php package bezhansalleh/filament-addons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bezhansalleh/filament-addons
More information about bezhansalleh/filament-addons
Files in bezhansalleh/filament-addons
Package filament-addons
Short Description A Set of Filament Component Addons with different designs and extra functionalities
License MIT
Homepage https://github.com/bezhansalleh/filament-addons
Informations about the package filament-addons
Filament Addons
A set of filament components with extra functionality & fresh look
- Pills (Tab Pills)
- Chip Column
- Coming Soon ...
Installation
You can install the package via composer:
Admin Panel & Forms
Pills (Tab Pills)
Pills
basically behaves like the already existing Tabs
form component but does more:
- Can have icons 🥳
- Can have badges 💯
- has a fresh look 💅
- Can be marked as active ✅
Note The above snippet inside a resource form or page form will render as follow:
Admin Panel & Tables
ChipColumn
ChipColumn
basically behaves like the already existing Badge
Column but changes the appearance and icon desing:
- Use
invert()
to make it pop
Optionally, you can publish the views using
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
If you want to contribute to this packages, you may want to test it in a real Filament project:
- Fork this repository to your GitHub account.
- Create a Filament app locally.
- Clone your fork in your Filament app's root directory.
- In the
/filament-addons
directory, create a branch for your fix, e.g.fix/error-message
.
Install the packages in your app's composer.json
:
Now, run composer update
.
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Bezhan Salleh
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-addons with dependencies
filament/filament Version ^2.0
spatie/laravel-package-tools Version ^1.9.2
illuminate/contracts Version ^8.0|^9.0|^10.0