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

https://github.com/eggheadio/egghead-ui

egghead UI pieces as a package and app
https://github.com/eggheadio/egghead-ui

Last synced: 8 months ago
JSON representation

egghead UI pieces as a package and app

Awesome Lists containing this project

README

          

# egghead-ui

egghead UI pieces as a **package** and **app**
- **package**: [npmjs.com/package/egghead-ui](https://npmjs.com/package/egghead-ui) (exports egghead UI resources for use in other egghead projects via npm)
- **app**: [styleguide.egghead.io](https://styleguide.egghead.io) (documentation and sandboxed development of the **package** resources)

## Usage

```
$ yarn add egghead-ui
```

```
import {resource} from 'egghead-ui'
```

View [the **app**](https://styleguide.egghead.io) for full documentation and examples

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md)