1.0.32 • Published 7 years ago

the-head v1.0.32

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

the-head

Build Status npm Version JS Standard

Head of the-components

Installation

$ npm install the-head --save

Usage

'use strict'

import React from 'react'
import TheHtml from 'the-html'
import TheHead from 'the-head'

class ExampleComponent extends React.PureComponent {
  render () {
    return (
      <TheHtml>
        <TheHead id='my-component'
        />
      </TheHtml>
    )
  }
}

export default ExampleComponent

Components

TheHead

Head of the-components

Props

NameTypeDescriptionDefault
basestringBase urlnull
baseTargetstringTarget of base url. '_blank', '_parent', '_self', '_top' or frame nameundefined
cdnstringCDN URLnull
charSetstringChar set'utf-8'
classNamestringnull
colorstringTheme colornull
fallbackUnlessstringGlobal property for fall backnull
globalsobjectGlobal variables{}
iconstringFavicon urlnull
idstringDOM Idnull
itemPropsobjectItem props{}
manifeststringPath of manifest.jsonnull
metaContentsobjectMet contents{}
metaPropertiesobjectMet properties{}
ogpContentsobjectOGP contents{}
titlestringDocument titlenull
versionstringVersion string'unknown'
versionKeystringKey for version query'v'
viewPortobjectView port settings{ initialScale: '1.0', width: 'device-width' }

License

This software is released under the MIT License.

Links

1.0.32

7 years ago

1.0.31

7 years ago

1.0.30

7 years ago

1.0.29

7 years ago

1.0.28

7 years ago

1.0.27

7 years ago

1.0.26

7 years ago

1.0.25

7 years ago

1.0.24

7 years ago

1.0.23

7 years ago

1.0.22

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago