1.0.3 • Published 7 years ago

ta-react-polymorphic-masthead v1.0.3

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
7 years ago

Polymorphic Masthead

Display the masthead in standalone projects. Adapts to the mandate.

Installation

yarn add ta-react-polymorphic-masthead

Usage

import Masthead from 'ta-react-polymorphic-masthead';

// more code ...

class YourComponent extends React.Component {
  render() {

    return (
      <Masthead articleID='346234' hashtags={['TAGrafik', 'DDJ']} />
    )
  }
}

API – 1.0

Props

PropertyTypeRequiredDefaultDescription
articleIDstringyesThe article ID of the link article.
invertedboolnofalseUsed when icon list is displayed on dark backgrounds.
hashtags[string]noArray of strings to be used as hashtags when sharing.
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago