{"id":18968667,"url":"https://github.com/r100-stack/demo-qwik-itwinui","last_synced_at":"2025-07-30T20:04:15.850Z","repository":{"id":120424560,"uuid":"582170977","full_name":"r100-stack/demo-qwik-itwinui","owner":"r100-stack","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-11T16:42:43.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T10:37:13.049Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/r100-stack.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":"2022-12-26T00:49:47.000Z","updated_at":"2023-01-11T16:08:58.000Z","dependencies_parsed_at":"2024-08-27T09:02:57.396Z","dependency_job_id":null,"html_url":"https://github.com/r100-stack/demo-qwik-itwinui","commit_stats":null,"previous_names":["r100-stack/demo-qwik-itwinui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/r100-stack/demo-qwik-itwinui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r100-stack%2Fdemo-qwik-itwinui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r100-stack%2Fdemo-qwik-itwinui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r100-stack%2Fdemo-qwik-itwinui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r100-stack%2Fdemo-qwik-itwinui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r100-stack","download_url":"https://codeload.github.com/r100-stack/demo-qwik-itwinui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r100-stack%2Fdemo-qwik-itwinui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267930586,"owners_count":24167472,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-08T14:48:14.229Z","updated_at":"2025-07-30T20:04:15.800Z","avatar_url":"https://github.com/r100-stack.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Demo Qwik app with iTwinUI-react\n\nThis is a sample repo I created to test adding iTwinUI-react to a [Qwik app](https://qwik.builder.io/). The errors I encountered are listed in [discussion #934](https://github.com/iTwin/iTwinUI/discussions/934) in the [iTwinUI GitHub repo](https://github.com/iTwin/iTwinUI/)\n\nChanges made:\n* Ran `npm create qwik@latest` to create a starter Qwik app.\n* Ran `npm run qwik add react` as mentioned in the [Qwik React integration docs](https://qwik.builder.io/integrations/integration/react/).\n* Installed `@itwin/itwinui-react 2.2.0` from npm.\n* Added `IUIIconButton` in `src/integration/react/mui.tsx`\n* Used `IUIIconButton` in `src/routes/react/index.tsx`\n\nBelow is the default README autogenerated by Qwik:\n\n---\n\n# Qwik City App ⚡️\n\n- [Qwik Docs](https://qwik.builder.io/)\n- [Discord](https://qwik.builder.io/chat)\n- [Qwik GitHub](https://github.com/BuilderIO/qwik)\n- [@QwikDev](https://twitter.com/QwikDev)\n- [Vite](https://vitejs.dev/)\n\n---\n\n## Project Structure\n\nThis project is using Qwik with [QwikCity](https://qwik.builder.io/qwikcity/overview/). QwikCity is just a extra set of tools on top of Qwik to make it easier to build a full site, including directory-based routing, layouts, and more.\n\nInside your project, you'll see the following directory structure:\n\n```\n├── public/\n│   └── ...\n└── src/\n    ├── components/\n    │   └── ...\n    └── routes/\n        └── ...\n```\n\n- `src/routes`: Provides the directory based routing, which can include a hierarchy of `layout.tsx` layout files, and an `index.tsx` file as the page. Additionally, `index.ts` files are endpoints. Please see the [routing docs](https://qwik.builder.io/qwikcity/routing/overview/) for more info.\n\n- `src/components`: Recommended directory for components.\n\n- `public`: Any static assets, like images, can be placed in the public directory. Please see the [Vite public directory](https://vitejs.dev/guide/assets.html#the-public-directory) for more info.\n\n## Add Integrations and deployment\n\nUse the `npm run qwik add` command to add additional integrations. Some examples of integrations include: Cloudflare, Netlify or Express server, and the [Static Site Generator (SSG)](https://qwik.builder.io/qwikcity/static-site-generation/static-site-config/).\n\n```shell\nnpm run qwik add # or `yarn qwik add`\n```\n\n## Development\n\nDevelopment mode uses [Vite's development server](https://vitejs.dev/). During development, the `dev` command will server-side render (SSR) the output.\n\n```shell\nnpm start # or `yarn start`\n```\n\n\u003e Note: during dev mode, Vite may request a significant number of `.js` files. This does not represent a Qwik production build.\n\n## Preview\n\nThe preview command will create a production build of the client modules, a production build of `src/entry.preview.tsx`, and run a local server. The preview server is only for convenience to locally preview a production build, and it should not be used as a production server.\n\n```shell\nnpm run preview # or `yarn preview`\n```\n\n## Production\n\nThe production build will generate client and server modules by running both client and server build commands. Additionally, the build command will use Typescript to run a type check on the source code.\n\n```shell\nnpm run build # or `yarn build`\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr100-stack%2Fdemo-qwik-itwinui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr100-stack%2Fdemo-qwik-itwinui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr100-stack%2Fdemo-qwik-itwinui/lists"}