This library was inspired by Jetpack Compose. It contains components that allow you to efficiently and quickly create an application.
-
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));
-
Breadcrumb(page navigation); -
Dropdown(dropdown menu); -
BottomNavigation; -
TabNavigation; -
Pagination; -
Tree;
