A JSX component that renders <meta> tags.
- Source:
Members
(inner) Meta
A JSX component that renders <meta> tags.
- Source:
Example
<Meta meta={[
'name="generator";content="Hexo 4.2.0"'
'property="article:author";content="PPOffice"'
]} />