<html.option>
The <html.option> component lets you define an item within <html.select>.
Overview
To display an item within <html.select>, render the <html.option> component.
import { html } from 'react-strict-dom';
const Foo = () => (
<html.select value="red">
<html.option value="red">Red</html.option>
</html.select>
);
Props
- ...Common props
disabledlabelvalue