Skip to main content

DetailPageButton

DetailPageButton is a reusable navigation component designed to provide consistent UX across list views when linking to detail pages. It renders as a ghost button with a chevron indicator, making it easy for users to identify clickable links that navigate to detail views.

Example

Tsx
Signature

Parameters

props

parameterReadonly<{ label: string | React.ReactNode; id?: string; href?: string; disabled?: boolean; search?: Record<string, string>; className?: string; }>
Was this chapter helpful?
Report Issue
Edited Feb 10, 2026ยทEdit this page