React component for adding a Wack Club banner to your club site
Use npm or yarn as follows:
npm install --save @wackclub/banner
yarn add @wackclub/banner
Place <Banner />
anywhere on your club site homepage.
import React from 'react'
import Banner from '@wackclub/banner'
export default () => (
<main>
<Banner />
<h1>Hacking High School Wack Club</h1>
</main>
)
<Banner year={2020} style={{ width: '256px' }} />
Prop | Effect |
---|---|
year |
Number, one of 2016 to 2024 . Default: current year |
style |
Object, for custom styles |
MIT © Wack Club