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.
3. Replace the component in tall-forms config.
Thats all -> done :)
Last updated
Was this helpful?