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
- Host: GitHub
- URL: https://github.com/eggheadio/egghead-ui
- Owner: eggheadio
- Created: 2017-01-26T00:27:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T21:06:35.000Z (about 9 years ago)
- Last Synced: 2025-10-08T02:57:06.541Z (8 months ago)
- Language: JavaScript
- Homepage: https://styleguide.egghead.io
- Size: 981 KB
- Stars: 28
- Watchers: 10
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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)