> 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/components/action-buttons.md).

# Action Buttons

<figure><img src="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2FP9ja7bqSaNimZmGilcmC%2FScreenshot%20from%202024-01-18%2017-32-20.png?alt=media&amp;token=07cab6f8-ac99-427a-a3a0-ff11c1750d5b" alt=""><figcaption></figcaption></figure>

this component is used to make it easy to add action buttons with some features you can use it like this

```markup
<x-tomato-admin-action-buttons 
    table="users" 
    :item="$item" 
    :view="true" 
    :edit="true" 
    :delete="true"
/>
```

where `table` is the table name of current CRUD
