Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
4.45k
stars
655
forks
source link
Add addClass() method to Field class for easier class manipulation #2909
Closed
iamarsenibragimov closed 1 month ago
Add addClass() method to Field class
This PR introduces a new
addClass()
method to theField
class. This method allows adding new classes to the existing ones without overwriting them.Changes
addClass()
method toField
classUsage