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

    Interactive Trigram Grid Component

    Korean: 인터랙티브 트라이그램 그리드

    Displays a clickable grid of all eight trigrams with:

    • 2x4 or 4x2 responsive grid layout
    • Visual selection indicators
    • Hover effects with Korean cyberpunk styling
    • Bilingual labels (Korean | English)
    • Accessible keyboard navigation

    Features:

    • Theme colors from TRIGRAM_DATA
    • Smooth transitions and animations
    • Touch-friendly for mobile devices
    • ARIA labels for screen readers
    <InteractiveTrigramGrid
    selectedTrigram={selectedTrigram}
    onTrigramSelect={(stance) => handleSelect(stance)}
    isMobile={false}
    />