Extend Blade Components
Let's say you want to extend the FieldRoot
1. Create a Blade component
2. Extend and replace any method
If you want to change the FieldRoot styling, then it's enough to extend the original blade component and replace the class()
method.
Thats all -> done :)
Last updated
Was this helpful?