{"id":21106954,"url":"https://github.com/buildo/showroom","last_synced_at":"2025-07-08T16:31:27.276Z","repository":{"id":27371212,"uuid":"108526982","full_name":"buildo/showroom","owner":"buildo","description":"Showroom of react components used and made by buildo","archived":false,"fork":false,"pushed_at":"2022-12-08T14:29:42.000Z","size":9952,"stargazers_count":8,"open_issues_count":31,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2023-04-10T01:35:20.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://react-components.buildo.io","language":"TypeScript","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/buildo.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}},"created_at":"2017-10-27T09:30:48.000Z","updated_at":"2023-04-10T01:35:20.819Z","dependencies_parsed_at":"2022-07-27T09:32:07.011Z","dependency_job_id":null,"html_url":"https://github.com/buildo/showroom","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildo%2Fshowroom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildo%2Fshowroom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildo%2Fshowroom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildo%2Fshowroom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildo","download_url":"https://codeload.github.com/buildo/showroom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225449666,"owners_count":17476093,"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-20T00:34:42.669Z","updated_at":"2024-11-20T00:34:43.288Z","avatar_url":"https://github.com/buildo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-components-showroom\n\nProof of concept of a shoowroom for [buildo-react-components](https://github.com/buildo/react-components) using [react-styleguidist](https://react-styleguidist.js.org).\n\n## Try\nInstall dependencies with `yarn` then:\n\n```\nyarn start\n```\n\nand visit http://localhost:6060\n\n## How to add a component\nSuppose you want to add the component `Foo` from `brc` to the showroom:\n\n- Edit `styleguide.config.js` and add the component to the _Components_ section:\n\n  ```diff\n      {\n        name: 'Components',\n        components: () =\u003e [\n  -       brc('AsyncStatusIndicator')\n  +       brc('AsyncStatusIndicator'),\n  +       brc('Foo')\n        ],\n      }\n  ```\n\n- Import the default style in `main.scss`\n\n  ```diff\n    @import '~buildo-react-components/src/AsyncStatusIndicator/asyncStatusIndicator.scss';\n  + @import '~buildo-react-components/src/Foo/foo.scss';\n  ```\n\n- Add examples and descriptions in `examples/Foo.md`. Any markdown can go in there, all \u003ccode\u003e```js\u003c/code\u003e code blocks will be rendered as an interactive component. More info [here](https://react-styleguidist.js.org/docs/documenting.html#usage-examples-and-readme-files).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildo%2Fshowroom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildo%2Fshowroom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildo%2Fshowroom/lists"}