An open API service indexing awesome lists of open source software.

https://github.com/floatdrop/y-header

Header component
https://github.com/floatdrop/y-header

Last synced: about 1 year ago
JSON representation

Header component

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
```