@ta-interaktiv/react-copyright-notice
TypeScript icon, indicating that this package has built-in type declarations

5.0.7 • Public • Published

Copyright Notice Component

Component to show a combination of media icon and "© 2017 Medium" text.

Installation

yarn add @ta-interaktiv/react-copyright-notice

Usage

Polymorphic version – adapts to the current domain:

import React from 'react'
import CopyrightNotice from '@ta-interaktiv/react-copyright-notice'

function Example(props) {
  return <CopyrightNotice />
}

Pure version:

import React from 'react'
import { PureCopyrightNotice } from '@ta-interaktiv/react-copyright-notice'

function YourComponent(props) {
  return (
    <PureCopyrightNotice
      mediaName='tagesanzeiger'
      fullMediaName='Tages-Anzeiger'
      year={2017}
    />
  )
}

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @ta-interaktiv/react-copyright-notice

Weekly Downloads

0

Version

5.0.7

License

ISC

Unpacked Size

72.7 kB

Total Files

18

Last publish

Collaborators

  • s1co
  • dariush-mehdiaraghi
  • mrdz_tx
  • mathiaslutz
  • sebaa