dioxus-element-plug 0.2.0

Element UI components for Dioxus applications with pure Rust styling system
Documentation
1
2
// SelectV2 re-exports Select for now (virtualized version would use same API)
pub use super::select::{Select, SelectProps, SelectOption, SelectSize};