Const
BaseButtonOverlayHtml Component
HTML button with Korean theming (no Three.js dependency). Uses useKoreanTheme hook for consistent styling.
Optimized with React.memo for 60fps performance:
<BaseButtonOverlayHtml korean="확인" english="Confirm" onClick={() => handleConfirm()} variant="primary" size="md"/> Copy
<BaseButtonOverlayHtml korean="확인" english="Confirm" onClick={() => handleConfirm()} variant="primary" size="md"/>
BaseButtonOverlayHtml Component
HTML button with Korean theming (no Three.js dependency). Uses useKoreanTheme hook for consistent styling.
Optimized with React.memo for 60fps performance: