guillotine-ui 0.0.1

Guillotine UI: a sharp, minimal component library for Leptos, inspired by BitsUI. (Pre-alpha, API under active design.)
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug, Default)]
pub struct GuillotineUi;

impl GuillotineUi {
    /// Construct a placeholder value.
    pub fn new() -> Self {
        GuillotineUi
    }
}