No description
Find a file
2024-05-18 15:48:11 +00:00
.github/workflows update gh-pages action 2024-05-17 22:48:39 +07:00
src implement stepper 2024-05-18 22:46:39 +07:00
tests implement stepper 2024-05-18 22:46:39 +07:00
.editorconfig initial commit 2024-05-11 10:42:06 +07:00
.gitignore update .gitignore 2024-05-12 23:09:25 +07:00
happyx_ui.nimble initial commit 2024-05-11 10:42:06 +07:00
LICENSE initial commit 2024-05-11 10:42:06 +07:00
README.md implement stepper 2024-05-18 22:46:39 +07:00
screenshot.png [bot] update screenshot.png 2024-05-18 15:48:11 +00:00

HappyX-UI

HappyX UI library

Github Pages

wakatime

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;

Example 👀

image