Skip to main content

<html.li>

The <html.li> component lets you render a list item.

Overview

To display a list item, render the <html.li> component.

import { html } from 'react-strict-dom';

const Foo = () => (
<html.ul>
<html.li />
</html.ul>
);

Props