Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
@hackclub/banner – Hack Club
[go: Go Back, main page]

Hack Club

@hackclub/banner

React component for adding a Hack Club banner to your site

React component for adding a Hack Club banner to your club site

npm CI

Install

Use npm or yarn as follows:

npm install --save @hackclub/banner
yarn add @hackclub/banner

Usage

Place <Banner /> anywhere on your club site homepage.

import Banner from '@hackclub/banner'

export default () => (
  <main>
    <Banner />
    <h1>Hacking High School Hack Club</h1>
  </main>
)

Custom props

<Banner year={2020} style={{ width: '256px' }} />
Prop Effect
year Number. Default: current year
style Object, for custom styles

License

MIT © Hack Club