Expand description
Utilities
Macros§
Structs§
- Action
- Definition of an action.
- Children
Properties - A properties structures which only has children.
- Context
Wrapper - Global
Close - Helper to trigger a close operation, when the user clicks on the global space.
- Id
- Iterable
Html Collection - Allow iterating over an [
HtmlCollection]. - Iterable
Node List - Allow iterating over a [
NodeList]. - Ouia
- Ouia
Component Type - Ouia
Safe - Raw
- A general purpose “raw” component.
- Styled
- Wrap an element with style.
Traits§
- Element
Support - Support working with
web_sys::Element - Html
Element Support - Support working with
web_sys::HtmlElement - Into
Action - Allows converting something into an
Actionby providing a label.
Functions§
- attr_
value_ to_ static_ cow - Turn an
IString(orAttrValue) into aCow<'static, str> - focus
- Focus an HTML input element.
- random_
id - Create a random ID.
- value
- Retrieve the value of an
HtmlInputElement.