Skip to main content

<html.a>

The <html.a> component lets you render a link to another page or app.

Overview

To display a text link, render the <html.a> component with an href attribute.

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

const Foo = () => <html.a href={...} />

Props