1.0.5 • Published 6 years ago

header-component-example v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Production

HeaderComponent

  • A Header for templates.

Props

  • logo:
    • Logo shown in header
  // props
  logo: PropTypes.shape({}).isRequired,
  • text
    • Title shown in header
  // props
  text: PropTypes.string,
  // default props
  text: '',
  • style
    • Css customization
  // props
  style: PropTypes.shape({
    color: PropTypes.string,
    backgroundColor: PropTypes.string,
    height: PropTypes.string,
  }),
  // default props
  style: {
    color: 'black',
    backgroundColor: 'white',
    height: '50px',
  },
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago