> Source: https://tomatophp.com/docs/tomato-admin/inputs/submit

# 🔚 Submit

<figure><img src="https://raw.githubusercontent.com/tomatophp/docs/HEAD/.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"
/>
```
