mirror of
https://github.com/HapticX/happyx-ui
synced 2026-01-14 05:32:06 +00:00
No description
| .github/workflows | ||
| src | ||
| tests | ||
| .editorconfig | ||
| .gitignore | ||
| happyx_ui.nimble | ||
| LICENSE | ||
| README.md | ||
| screenshot.png | ||
This library was inspired by Jetpack Compose. It contains components that allow you to efficiently and quickly create an application.
TODO 🏁
Simple Components
Button,OutlineButton;Input,OutlineInput,Checkbox;Surface;Column,Row;Progress;Text;Image(default + svg support);Card;Box(container with child position absolute);Grid;Slider(range slider);Stepper(number changer);Tag(for content);Tooltip;Switcher;ChildModifier(applies modifier to all children (not recursive));
Complex Components
Breadcrumb(page navigation);Dropdown(dropdown menu);BottomNavigation;TabNavigation;Pagination;Tree;
