{"id":21672321,"url":"https://github.com/gwjun/gwjun-ui","last_synced_at":"2026-02-04T10:18:19.981Z","repository":{"id":253248302,"uuid":"842868975","full_name":"GWjun/gwjun-ui","owner":"GWjun","description":"Re-useable components that uses the vanilla-extract css library.","archived":false,"fork":false,"pushed_at":"2024-12-12T06:51:34.000Z","size":501,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T23:15:19.819Z","etag":null,"topics":["component","ui","vanilla-extract"],"latest_commit_sha":null,"homepage":"https://bit.ly/4ivJwMm","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GWjun.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":"2024-08-15T09:16:56.000Z","updated_at":"2024-12-12T06:53:15.000Z","dependencies_parsed_at":"2024-08-22T06:48:25.102Z","dependency_job_id":null,"html_url":"https://github.com/GWjun/gwjun-ui","commit_stats":null,"previous_names":["gwjun/gwjun-ui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GWjun%2Fgwjun-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GWjun%2Fgwjun-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GWjun%2Fgwjun-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GWjun%2Fgwjun-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GWjun","download_url":"https://codeload.github.com/GWjun/gwjun-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514221,"owners_count":21116899,"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":["component","ui","vanilla-extract"],"created_at":"2024-11-25T13:21:45.654Z","updated_at":"2026-02-04T10:18:14.947Z","avatar_url":"https://github.com/GWjun.png","language":"TypeScript","readme":"\u003ch1 align=\"center\"\u003eGWjun UI\u003c/h1\u003e\n\n**Collection of re-useable components that uses the [vanilla-extract](https://github.com/vanilla-extract-css) css library.**\n\u003cbr\u003e\n\u003cbr\u003e\nThis project is inspired by [shadcn-ui](https://github.com/shadcn-ui/ui) and [radix-ui](https://github.com/radix-ui/primitives).\n\u003cbr\u003e\nYou can **inject** each component **codes** into your project, like **shadcn-ui**\n\nYou can explore the **Storybook** docs for the deployed components [here](https://6757cbfcde245d5595fbd83a-ycfpsyzsfp.chromatic.com/).\n\n\u003cbr\u003e\n\n## Installation\n\n\u003e If you have not set up a React project, please follow the instructions in the [Getting Started Guide](/packages/cli/docs/getting-started-guide.md).\n\u003e\n\u003e If you have already set up a React project, please proceed with the following steps.\n\n### Add tsconfig alias\n\nAdd baseUrl and alias in your `tsconfig.json` to correctly configure the import paths for utility functions.\n\u003cbr\u003e\n\u003cbr\u003e\nIf you configured differently, you must input the alias according to the corresponding path when running `init`.\n\n```json\n{\n  \"compilerOptions\": {\n    // ...\n    \"baseUrl\": \".\",\n    \"paths\": {\n      \"#*\": [\"./src/*\"]\n    }\n  }\n}\n```\n\n\u003e **Note** \u003cbr\u003e\n\u003e If you are using other frameworks or build tool such as `Vite`, additional steps may be required to configure `alias`.\n\u003e\n\u003e Please refer to the documentation in the [Getting Started Guide](/packages/cli/docs/getting-started-guide.md) for detailed instructions.\n\n\u003cbr/\u003e\n\n## Usage\n\n### init\n\nUse the `init` command to initialize dependencies for a new project.\n\nThe `init` command sets up the component-config.json file, which makes configuration settings.\n\n```bash\nnpx gwjun-ui init\n```\n\n### add\n\nUse the `add` command to add components to your project.\n\nThe `add` command adds a component to your project and installs all required dependencies.\n\n```bash\nnpx gwjun-ui add [component]\n```\n\n#### Example\n\n```bash\nnpx gwjun-ui add button\n```\n\n\u003cbr/\u003e\n\n## Components\n\n- [Avatar](src/components/Avatar)\n- [Button](src/components/Button)\n- [Input](src/components/Input)\n- [Label](src/components/Label)\n- [Menu](src/components/Menu)\n- [MenuItem](src/components/MenuItem)\n- [Modal](src/components/Modal)\n- [Skeleton](src/components/Skeleton)\n- [Toast](src/components/Toast)\n\n\u003cbr/\u003e\n\n## References\n\nThis project references code and concepts from [shadcn-ui](https://github.com/shadcn-ui/ui) and [radix-ui](https://github.com/radix-ui/primitives).  \nComponents are styled using the [vanilla-extract](https://github.com/vanilla-extract-css).\n\n\u003cbr/\u003e\n\n## License\n\nLicensed under the MIT License, Copyright (c) 2024 Gwang Jun\n\nSee [LICENSE](LICENSE) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwjun%2Fgwjun-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgwjun%2Fgwjun-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwjun%2Fgwjun-ui/lists"}