1.0.3 • Published 6 years ago

footer-component-example v1.0.3

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

Production

Props

  style: PropTypes.shape({
    color: PropTypes.string,
    backgroundColor: PropTypes.string,
    height: PropTypes.string,
  }),

  // default
  style: {
    color: 'black',
    backgroundColor: 'white',
    height: '20px',
  },
  contactData: PropTypes.shape({
    email: PropTypes.string,
    phone: PropTypes.string,
    address: PropTypes.string,
  }),

  // default
  contactData: {
    email: 'Unavailable',
    phone: 'Unavailable',
    address: 'Unavailable',
  },
 socialNetworks: PropTypes.arrayOf(PropTypes.shape({
    name: PropTypes.string,
    icon: PropTypes.string,
  })),

  // default
  socialNetworks: null,
1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago