Module patternfly_yew::utils
source · Expand description
Utilities
Structs
- Definition of an action.
- A properties structures which only has children.
- Helper to trigger a close operation, when the user clicks on the global space.
- A general purpose “raw” component.
- Wrap an element with style.
Traits
- Allows converting something into an
Actionby providing a label.
Functions
- Turn an
IString(orAttrValue) into aCow<'static, str> - Focus an HTML input element.
- Create a random ID.
- Retrieve the value of an
HtmlInputElement.