Crate beet_design

Source
Expand description

§beet_design

Design system and components for beet rsx.

Modules§

color
Color theme and utilities Color is a deceptively complex topic.
components
css
exports
html_elements
interactive
Collection of interactive components
layout
Collection of layout components
macros
prelude
Commonly used components for beet_design
types
Structs for use as context in components

Macros§

csx
Concatenates each provided string, separated by a space. Handles String, &str, and Option/Option<&str> values.