Skip to content

mrpedrobraga/ui-composer-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# UI Composer Data Structures

[UI Composer](https://mrpedrobraga.com/software/ui-composer) is a rust library for creating user interfaces.
It notably uses something called 'the Editor pattern', where UI itself lacks any state and, instead, "observes"
and edits external state.

For example, a `Checkbox` edits a `bool`, a `TextEdit` edits a `String`, a `Button` edits an `FnMut`, etc...
And compositions of primitives (like structs, enums) are edited by containers.

This crate provides some extra common data structures for creating UI around like paginators, alerts, cards.

About

Extra data structures for usage with UI Composer... or any other use, really.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages