[][src]Module yew::components

This module contains useful components. At this moment it includes typed Select only.

Re-exports

pub use self::select::Select;

Modules

select

This module contains implementation of Select component. You can use it instead <select> tag, because the component helps you to track selected value in an original type. Example: