> For the complete documentation index, see [llms.txt](https://docs.tomatophp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomatophp.com/tomato-admin/inputs/submit.md).

# Submit

<figure><img src="/files/LQkljv9KjC3i8HYTboUv" alt=""><figcaption></figcaption></figure>

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

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