pub fn Tile(_: TileProps) -> Result<VNode, RenderError>Expand description
Tile component to be used with Radio and Checkbox.
§Styling
Inherits the TileTheme theme.
§Example
§Props
For details, see the props struct definition.
- children:- Element- Inner children for the Tile. 
- leading:- Option<Element>- Optional element to be placed before the inner children of the Tile. Such as a - Radio
- onselect:- Option<EventHandler<()>>- Event handler for when the Tile is selected, e.g when clicking on it. 
- theme:- Option<TileThemeWith>- Theme override.