KoreanButton Component
A bilingual button component with Korean cyberpunk theming. Now uses BaseButton internally for consistent styling and reduced duplication.
<KoreanButton korean="공격" english="Attack" onClick={() => console.log("Attack clicked")} variant="primary" size="md"/> Copy
<KoreanButton korean="공격" english="Attack" onClick={() => console.log("Attack clicked")} variant="primary" size="md"/>
KoreanButton Component
A bilingual button component with Korean cyberpunk theming. Now uses BaseButton internally for consistent styling and reduced duplication.
Example