preact-meta
v0.0.1
Published
Dead simple declarative handling of meta tags in Preact
Downloads
3
Readme
preact-meta
Dead simple declarative handling of meta tags in Preact
Usage
import Meta from 'preact-meta';
...
<Meta name="description" content="Page meta description" />
Caveats
Do not nest :-)