Commit graph

8 commits

Author SHA1 Message Date
kokekanon
230fd90a26
improve(HTML): add full flex support (#1672)
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.
2026-04-18 16:26:35 -03:00
Renato Machado
add480b9d1
feat(ui): add placement attribute for element alignment (#1392) 2025-10-19 19:34:28 -03:00
Renato Machado
ad57392a93
fix(html): correct absolute positioning to ignore parent padding when offsets are defined (#1387) 2025-10-19 18:07:27 -03:00
Renato Machado
a6c8dff0f2
improve/fix(html): text, rules and renders 2025-10-10 00:32:54 -03:00
Renato Machado
4942ce8107
improve(ui): width/height html 2025-10-05 18:20:05 -03:00
Renato Machado
f97007320f
improve: html/css v0.3b (#1333)
- Added support for reactive *for loops
- Implemented full event propagation system
- Fixed align-items to properly center elements vertically
- Fixed several bugs (and probably added a few new ones too 😆)
2025-10-04 18:50:59 -03:00
Renato Machado
cc9673ef37 improve: html sample 2025-09-28 15:01:10 -03:00
Renato Machado
6a2bff9a80
improve: html/css syntax 2025-09-28 14:46:24 -03:00