Buttons
BtnRefresh
Reload data button.
Buttons
Pre-built action buttons for common admin dashboard operations. All extend Nuxt UI's UButton.
Components
<XABtnRefresh />
Reload data button with an arrow-path icon.
<XABtnRefresh @click="refresh" />
Props
This component accepts no props beyond standard UButton passthrough attributes (e.g., label, disabled, loading).
AI Context
component: XABtnRefresh
package: "@xenterprises/nuxt-x-app"
category: Btn
use-when: Table toolbars, data panels — manually reloading data from the API
