{"id":18718743,"url":"https://github.com/eggheadio/egghead-io-styleguide","last_synced_at":"2026-02-12T11:11:32.583Z","repository":{"id":81102961,"uuid":"67888608","full_name":"eggheadio/egghead-io-styleguide","owner":"eggheadio","description":"[DEPRECATED] A \"living styleguide\" for egghead.io","archived":false,"fork":false,"pushed_at":"2017-02-03T21:16:01.000Z","size":732,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-28T11:12:06.581Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eggheadio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-10T18:50:48.000Z","updated_at":"2017-02-21T22:15:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"efcd9e5e-2074-49f2-b12e-604533183b67","html_url":"https://github.com/eggheadio/egghead-io-styleguide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggheadio%2Fegghead-io-styleguide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggheadio%2Fegghead-io-styleguide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggheadio%2Fegghead-io-styleguide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggheadio%2Fegghead-io-styleguide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eggheadio","download_url":"https://codeload.github.com/eggheadio/egghead-io-styleguide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239581759,"owners_count":19662960,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T13:22:51.561Z","updated_at":"2026-02-12T11:11:27.561Z","avatar_url":"https://github.com/eggheadio.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# egghead.io Style Guide\n\nThis repo has two purposes:\n- [A component library for npm](https://www.npmjs.com/package/egghead-ui)\n- [A storybook for a living style guide with documentation](https://ui.egghead.io)\n\n### Known Issues\n\n`devDependencies` don't install on heroku. All deps need to be in the `dependencies` object.\n\n---\n\n# Usage\n\n```\n$ yarn add 'egghead-ui'`\n```\n\n```\nimport {ComponentName} from 'egghead-ui'\n```\n\nView [the storybook](https://ui.egghead.io) for visual examples and full API documentation.\n\n---\n\n# Development\n\n## Dependencies\n\n- Git\n- Node\n- Yarn\n\n## Workflow\n\n- `yarn` to install latest packages.\n- `yarn dev` to develop (runs storybook, lints, and compiles).\n- [localhost:2000](http://localhost:2000) to view storybook.\n- `src/components/ComponentName`:\n  - `index.js` defines and exports a component.\n    - Styling is done using classes from [tachyons-egghead](https://github.com/eggheadio/tachyons-egghead)\n    - The `*-ns` (not small) classes are used to apply anything specific to non-mobile screen sizes, so that all components are built mobile-first.\n  - `index.examples.js` adds component to storybook.\n    - `.addWithInfo` adds automatic API documentation.\n    - `.addWithPropCombinations` adds automatic prop combinations.\n- `src/index.js` imports all `src/components` and exports component library for npm.\n- Submit pull requests:\n  - Runs continuous integration in Codeship to ensure builds succeed\n  - Joel reviews and merges\n  - Continuous deployment runs in Codeship\n    - Publishes the latest component library version to npm.\n    - Deploys the latest storybook to [ui.egghead.io](https://ui.egghead.io).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggheadio%2Fegghead-io-styleguide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feggheadio%2Fegghead-io-styleguide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggheadio%2Fegghead-io-styleguide/lists"}