https://github.com/redhataccess/rh-universal-nav
https://github.com/redhataccess/rh-universal-nav
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redhataccess/rh-universal-nav
- Owner: redhataccess
- Created: 2016-09-22T18:18:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T15:24:18.000Z (over 9 years ago)
- Last Synced: 2026-04-21T00:31:22.754Z (2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 22
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Red Hat Universal Nav
A universal nav web component.
Browser Support:
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- IE11
## Getting Started
```
npm install && bower install
```
## Development
```
npm run dev
```
This will use babel to compile the src/ directory and copy to the lib/ directory. Open index.html in the browser and you should be good to go.
## About
This uses the [webcomponentsjs polyfill](http://webcomponents.org/) to create a cross-browser universal navigation web component. It uses the web component v0 spec and will need to be updated to the v1 spec when it's more widely supported.