Skip to content

ShowButton

Link button to the show page of the current record.

import { ShowButton } from '@/components/admin';
<ShowButton />
PropRequiredTypeDefaultDescription
iconOptionalReactNode<Eye />Icon to display
labelOptionalstringra.action.showi18n key / label

Additional props are passed to the underlying <a> element (e.g., className, target, rel).

  • Uses record and resource from context; must be inside a record row / show / edit context.