The Topcoder header navigation component.
- Example
import { TopNav } from 'navigation-component'
# Install dependencies
$ npm install
# Run build
$ npm run build
# Go to other project which depends on the navigation-component, config its package.json so
# that the 'navigation-component' points to the local folder path of navigation-component:
# "dependencies": {
# "navigation-component": "<local-path-to-navigation-component>",
# ......
# }
# If you faced React Hook errors. Please remove 'node_modules', 'src' folder when you try it
UNLICENSED — for internal Topcoder projects.