What problem does it solve?
East UI provides a comprehensive, portable set of UI component primitives for the East language, enabling developers to define UI layouts and interactions without tying to a specific rendering target.
Core Features & Use Cases
- Layout and typography components (Box, Stack, Grid, Text, Heading, etc.) for building flexible interfaces.
- Form and input components (Input, Select, Checkbox, Slider, Field, etc.) with consistent styling tokens.
- Data presentation and visualization components (Table, DataList, Chart, Badge, Stat) for dashboards and apps.
- Overlays and interactive patterns (Dialog, Drawer, Tooltip, Menu) to enhance UX.
- Reference documentation and examples to accelerate development.
Quick Start
Install the East UI package and import components such as East, Stack, Text, and Button. Create a simple component using the Root factories, then compile or render it in your East project.