mirror of
https://github.com/mehah/otclient
synced 2026-08-15 16:29:06 -04:00
New Features: - In-app Examples tab with preview pane, responsive demo tab, and tabbed interface for browsing examples. Bug Fixes: - More accurate, stable scrollbar and flex layout sizing; improved relayout behavior and text wrapping/font-size handling. Documentation: - Added 20+ self-contained Flexbox example pages covering direction, justify/align, wrap/gap, item props, patterns (navbars, cards, dashboards, chat, kanban, etc.). Style: - Updated demo UI/CSS for improved spacing, preview layout, and responsive preview behavior. |
||
|---|---|---|
| .. | ||
| 01-flex-direction.html | ||
| 02-justify-content.html | ||
| 03-align-items.html | ||
| 04-flex-wrap-gap.html | ||
| 05-flex-item-props.html | ||
| 06-align-content.html | ||
| 07-flex-flow-shorthand.html | ||
| 08-margin-auto.html | ||
| 09-row-gap-column-gap.html | ||
| 10-nested-flex.html | ||
| 11-holy-grail-layout.html | ||
| 12-navbar-patterns.html | ||
| 13-card-grid-wrap.html | ||
| 14-responsive-sidebar.html | ||
| 15-equal-height-cards.html | ||
| 16-center-both-axes.html | ||
| 17-sticky-footer.html | ||
| 18-kanban-advanced.html | ||
| 19-dashboard-shell.html | ||
| 20-chat-layout-flex.html | ||
| 21-master-detail-flex.html | ||