orbital-core-components 0.1.1

Themed Orbital UI components for Leptos applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub fn menu_button_styles() -> &'static str {
    r#"
.orbital-menu-button__trigger {
    gap: var(--orb-space-inline-xs);
}

.orbital-menu-button__chevron {
    display: inline-flex;
    align-items: center;
    margin-inline-start: var(--orb-space-inline-2xs);
    line-height: 0;
}
"#
}