A responsive, easy to configure react header. It provides :-
- Fully responsive header
- Full keyboard navigation
- Built in Accessibility
- Higher order components to change the behaviour of the header
- Ability to customize as needed
Link to documentation : Site Documentation
- Clone the repo
- npm install
- for watch:-
npm install -g webpack-dev-server
npm run watch
- Open app on localhost:8080
- for building:-
- build :
npm run build
- build docs & examples:
npm run docs
- build :
Make the header more acessibleImproving animations/transitions- Horizontal Slider component
Composition Elements for Sticky headersPolishing (adding proptypes/comments etc)- Cleaning/Refactoring JS and CSS Code
Add ESLint and StyleLintBuild- Tests - Unit and functional
ExamplesDocumentation - Contributing, Usage and Usage Site