Castle logo

CASTLE UI

Search

K

Create navigational menus to structure page layout and improve user flow.

Usage

Import

import { Navigation } from '@passfort/castle'

Copy

Example

A basic navigation menu with multiple items, including an expandable item.

Copy

live example

Expandable with Subtitle

Adds a subtitle to an expandable item, useful for additional context within the navigation.

Copy

live example

Disabled item

Marks a navigation item as disabled, making it non-interactive.

Copy

live example

Contents