The ReloadButton
component re-fetches the assets in the current folder.
This component extends React.ComponentPropsWithoutRef<"button">
, meaning it accepts all native button
element props.
asChild
Type: boolean
You can use render props to access button state.
isLoading
Type: boolean
ReloadButton
must be used inside a Root
component.