Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.9
    Preparing search index...
    PhilosophyNavigation: React.FC<PhilosophyNavigationProps> = ...

    Philosophy Navigation Component

    Korean: 철학 네비게이션

    Provides navigation controls for the Philosophy Screen:

    • Topic selection (Trigrams, Values, Archetypes)
    • Return to main menu button
    • Keyboard shortcut hints

    Features:

    • Active topic highlighting
    • Hover effects with Korean cyberpunk styling
    • Responsive layout for mobile and desktop
    • Accessibility with ARIA labels
    <PhilosophyNavigation
    currentTopic="trigrams"
    onTopicChange={(topic) => setTopic(topic)}
    onReturn={() => returnToMenu()}
    isMobile={false}
    />