Skip to content

HapticX/happyx-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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