Theodoros Doukoulos

@douoht
0 Followers
0 Following
2 Posts
Software Engineer on a mission.
Make software more human.

Released eq_ui v0.1.1! A portable component library for Dioxus (Rust) with atomic design.
New in this release:

- 21 color themes with runtime switching
- EqCarousel, EqImage, EqImageCard components
- Hero sections with background images
- Custom theme support via CSS injection

One dependency: dioxus. That's it.
https://github.com/equidevium/eq_ui

#Dioxus #Rust #UI #ICreatedAThing #FutureOfUI #OpenSource #RustLang

I am creating a new desktop macOS app and my stack is rust and dioxus for the UI.

What is your opinion over defining the components ( aka buttons - panels - modals etc. ) as shown in the first screenshot to be used like in the second screenshot.

I feel that that way we can have easily testable tailwind based ( with some extra custom css written just for the colors ) composed components that would also be easily extracted into libraries to create themes and so on.

#Rust #RustLang #Dioxus