> 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="/files/mLpYyCSolZvBffXqWnJ0" 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
