ASU Web Standards-based implementation of global header.
# add component-footer
yarn add @asu/component-header
# run storybook
yarn storybook
# build for production with minification
yarn build
# run tests
yarn test
- Either make sure you are part of the ASU github organization and follow the instructions here,or, if you already are, you can clone this repo and run
yarn install
andyarn build
to build the package locally.
1. ```yarn add @asu/component-header```
import { ASUHeader } from '@asu/component-header@dev'
import { ASUHeader as Header } from '@asu/component-header@dev'
You can find an example of how to set ASUHeader
props here