https://github.com/floatdrop/y-header
Header component
https://github.com/floatdrop/y-header
Last synced: about 1 year ago
JSON representation
Header component
- Host: GitHub
- URL: https://github.com/floatdrop/y-header
- Owner: floatdrop
- Created: 2015-03-03T06:44:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T07:20:41.000Z (about 11 years ago)
- Last Synced: 2025-03-14T01:31:43.959Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://y-components.github.io/y-header/
- Size: 2.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# y-header
:warning: __Under development__
## [Demo](http://y-components.github.io/y-header/)
__Notice:__ Demo files are not bundled or minified - so first load will be slow.
## Development
```bash
npm install jspm http-server -g
jspm install
npm run serve
```