# Submit

<figure><img src="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2FMlQXqiHWDeFh4XjviBs8%2Fimage.png?alt=media&#x26;token=6f6547c9-09ad-4aa1-aac2-334166caaf31" 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"
/>
```
