# 🔚 Submit

<figure><img src="../../.gitbook/assets/image (8).png" 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"
/>
```
