Commit Graph

1 Commits

Author SHA1 Message Date
kjh2064 81e8c85280 2.1: Add Component Library & Style Guide
- Create components-showcase.html with all Bootstrap 5 components
- Dark mode support with localStorage persistence
- Interactive theme toggle button
- Complete style guide documentation in STYLE_GUIDE.md

Components included:
 Color palette (primary, secondary, success, danger, warning, info)
 Buttons (variants, sizes, states, groups)
 Cards (basic, with badges, hover effects)
 Badges (variants, pill shapes)
 Alerts (all variants, dismissible)
 Forms (inputs, selects, textarea, validation)
 Checkboxes & Radio buttons
 Tables (striped, hover, bordered, pagination)
 Typography (headings, text styles)
 Utilities (spacing, display, flexbox, text, colors, borders, shadows)
 Dark mode demonstration
 Responsive breakpoints guide

Style guide includes:
📖 Complete component documentation
🎨 Color system reference
📝 Code examples for all components
📱 Responsive design patterns
🌙 Dark mode implementation
 Best practices & accessibility

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-05 15:59:11 +09:00