<ListButton> is using Mantine <Button> component. It uses the list method from useNavigation under the hood. It can be useful when redirecting the app to the list page route of resource.
Swizzle
You can swizzle this component to customize it with the refine CLI
Redirection endpoint(resourceNameOrRouteName/list) is defined by resourceNameOrRouteName property. By default, <ListButton> uses name property of the resource object as the endpoint to redirect after clicking.
http://localhost:3000
Live previews only work with the latest documentation.
This prop can be used to skip access control check with its enabled property or to hide the button when the user does not have the permission to access the resource with hideIfUnauthorized property. This is relevant only when an accessControlProvider is provided to <Refine/>