{"id":28581334,"url":"https://github.com/monodyle/hiki","last_synced_at":"2026-05-15T22:35:18.166Z","repository":{"id":191636510,"uuid":"673010502","full_name":"monodyle/hiki","owner":"monodyle","description":"react dialog component that turn into drawer on small viewport","archived":false,"fork":false,"pushed_at":"2023-08-31T09:32:00.000Z","size":591,"stargazers_count":24,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-13T15:53:10.672Z","etag":null,"topics":["dialog","drawer","modal","react","react-aria"],"latest_commit_sha":null,"homepage":"https://hiki.minhle.space","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/monodyle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-31T16:59:59.000Z","updated_at":"2024-11-27T10:43:23.000Z","dependencies_parsed_at":"2025-09-13T15:33:48.232Z","dependency_job_id":"96fd2ab9-e11b-4ba6-8b61-764091a7a468","html_url":"https://github.com/monodyle/hiki","commit_stats":null,"previous_names":["monodyle/hiki"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/monodyle/hiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monodyle%2Fhiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monodyle%2Fhiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monodyle%2Fhiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monodyle%2Fhiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monodyle","download_url":"https://codeload.github.com/monodyle/hiki/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monodyle%2Fhiki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33082071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dialog","drawer","modal","react","react-aria"],"created_at":"2025-06-11T04:17:11.514Z","updated_at":"2026-05-15T22:35:18.132Z","avatar_url":"https://github.com/monodyle.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://hiki.minhle.space/\"\u003e\n\t\t\u003cimg src=\"./preview.png\" /\u003e\n\t\u003c/a\u003e\n\t\u003cbr /\u003e\n\t\u003csup class=\"right\"\u003ehiki - a dialog will turn into a drawer on small viewport\u003c/sup\u003e\n\u003c/p\u003e\n\n## Preview\n\nPreview the example on https://hiki.minhle.space/\n\n## Quick start\n\n### Uncontrolled\n\n```jsx\nimport { Dialog } from \"@monodyle/hiki\"; // not published yet...\n\nfunction Application() {\n  return (\n    \u003cDialog target={({ open }) =\u003e \u003cbutton onClick={open}\u003eOpen Dialog\u003c/button\u003e}\u003e\n      {({ close }) =\u003e (\n        \u003cdiv className=\"content\"\u003e\n          {/* your code goes here */}\n        \u003c/div\u003e\n      )}\n    \u003c/Dialog\u003e\n  )\n}\n```\n\n### Controlled\n\n```jsx\nimport { Dialog } from \"@monodyle/hiki\"; // not published yet...\n\nfunction Application() {\n  const [open, setOpen] = useState(false)\n\n  return (\n    \u003cDialog open={open} onOpenChange={setOpen} target={\u003cbutton onClick={() =\u003e setOpen(true)}\u003eOpen Dialog\u003c/button\u003e}\u003e\n      \u003cdiv className=\"content\"\u003e\n        {/* your code goes here */}\n      \u003c/div\u003e\n    \u003c/Dialog\u003e\n  )\n}\n```\n\n## Development\n\n```\nyarn # install dependencies\nyarn dev # make it awesome\n```\n\n## Author\n\n- [@monodyle](https://github.com/monodyle/) - [Twitter](https://twitter.com/monodyle)\n\n### References\n\nInspired by [Devon Govett](https://twitter.com/devongovett)\n\n## License\n\nMIT © Monody Le 2023+\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonodyle%2Fhiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonodyle%2Fhiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonodyle%2Fhiki/lists"}