thaw 0.4.8

An easy to use leptos component library
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod tag_picker;
mod tag_picker_group;
mod tag_picker_input;
mod tag_picker_option;
mod tag_picker_option_group;

pub use tag_picker::*;
pub use tag_picker_group::*;
pub use tag_picker_input::*;
pub use tag_picker_option::*;
pub use tag_picker_option_group::*;