For the complete documentation index, see llms.txt. This page is also available as Markdown.

🔚Submit

this component is a FilamentPHP button Primary Style for submitting any form support spinning on submit and disabled you can use it like this

<x-tomato-admin-submit 
    label="{{__('Save')}}" 
    :spinner="true"
/>

Last updated