Navigation

Navigation are used primarily for

app.tsx
  import { Navigation } from "@chepe/ui";
 
export default function App() {
  return <Navigation>Navigation works</Navigation>;
}
 

How to use / Install

Props / API

interface ButtonProps

PropDefaultOptions
sizemedium"small", "medium", "large"

Best practices

Navigation should:

Content guidelines

Accessibility

i18n

Examples (Component in different scenarios)

Related components