{"id":13469474,"url":"https://github.com/emilkowalski/vaul","last_synced_at":"2025-09-09T21:08:49.654Z","repository":{"id":183717654,"uuid":"667019519","full_name":"emilkowalski/vaul","owner":"emilkowalski","description":"A drawer component for React.","archived":false,"fork":false,"pushed_at":"2025-03-17T21:07:38.000Z","size":1136,"stargazers_count":7310,"open_issues_count":116,"forks_count":260,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-05-08T18:45:10.749Z","etag":null,"topics":["dialog","drawer","react"],"latest_commit_sha":null,"homepage":"https://vaul.emilkowal.ski","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/emilkowalski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":"FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"emilkowalski"}},"created_at":"2023-07-16T11:24:46.000Z","updated_at":"2025-05-08T18:19:59.000Z","dependencies_parsed_at":"2024-01-06T03:19:59.552Z","dependency_job_id":"4bfed1e4-0f00-4085-a4e4-4b873ff9a1da","html_url":"https://github.com/emilkowalski/vaul","commit_stats":{"total_commits":258,"total_committers":40,"mean_commits":6.45,"dds":"0.49612403100775193","last_synced_commit":"17a60c592eeea89584d3a5a9f914a31b4eaa7b2d"},"previous_names":["emilkowalski/vaul"],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilkowalski%2Fvaul","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilkowalski%2Fvaul/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilkowalski%2Fvaul/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilkowalski%2Fvaul/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emilkowalski","download_url":"https://codeload.github.com/emilkowalski/vaul/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253668850,"owners_count":21945053,"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":["dialog","drawer","react"],"created_at":"2024-07-31T15:01:41.481Z","updated_at":"2025-05-12T03:36:34.019Z","avatar_url":"https://github.com/emilkowalski.png","language":"TypeScript","funding_links":["https://github.com/sponsors/emilkowalski"],"categories":["TypeScript","Uncategorized","Components","Components \u0026 UI kit","Miscellaneous"],"sub_categories":["Uncategorized","Syntax highlighting"],"readme":"https://github.com/emilkowalski/vaul/assets/36730035/fdf8c5e8-ade8-433b-8bb0-4ce10e722516\n\nVaul is an unstyled drawer component for React that can be used as a Dialog replacement on tablet and mobile devices. You can read about why and how it was built [here](https://emilkowal.ski/ui/building-a-drawer-component).\n\n## Usage\n\nTo start using the library, install it in your project:,\n\n```bash\nnpm install vaul\n```\n\nUse the drawer in your app.\n\n```jsx\nimport { Drawer } from 'vaul';\n\nfunction MyComponent() {\n  return (\n    \u003cDrawer.Root\u003e\n      \u003cDrawer.Trigger\u003eOpen\u003c/Drawer.Trigger\u003e\n      \u003cDrawer.Portal\u003e\n        \u003cDrawer.Content\u003e\n          \u003cDrawer.Title\u003eTitle\u003c/Drawer.Title\u003e\n        \u003c/Drawer.Content\u003e\n        \u003cDrawer.Overlay /\u003e\n      \u003c/Drawer.Portal\u003e\n    \u003c/Drawer.Root\u003e\n  );\n}\n```\n\n## Documentation\n\nFind the full API reference and examples in the [documentation](https://vaul.emilkowal.ski/getting-started).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilkowalski%2Fvaul","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femilkowalski%2Fvaul","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilkowalski%2Fvaul/lists"}