yew-stdweb 0.14.0

A framework for making client-side single-page apps
Documentation
1
2
3
4
5
6
7
8
//! This module contains useful components.
//! At this moment it includes typed `Select` only.

#[doc(hidden)]
pub mod select;

#[doc(inline)]
pub use self::select::Select;