1.0.1 • Published 4 years ago

@smashing/head v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Head

Manage page head content. Add meta, link, title, style tags to page head.

yarn add @smashing/head

Usage

import {Head} from "@smashing/head"

export const AboutPage = () => (
  <div>
    <Head>
      <title>About us</title>
      <meta property="og:title" content="About us" />
      <link rel="icon" type="image/png" sizes="32x32" href="/favicon.ico" />
    </Head>
  </div>
)
1.0.1

4 years ago

1.0.0

4 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.1-alpha.6

5 years ago

0.1.1-alpha.2

5 years ago