{"id":26977524,"url":"https://github.com/mburakerman/reactplosive-modal","last_synced_at":"2025-04-03T12:27:55.962Z","repository":{"id":63776448,"uuid":"570587372","full_name":"mburakerman/reactplosive-modal","owner":"mburakerman","description":"🔥 A simple React modal component with an explosion effect","archived":false,"fork":false,"pushed_at":"2023-08-29T11:24:57.000Z","size":25495,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T18:34:06.354Z","etag":null,"topics":["modal","react","react-modal"],"latest_commit_sha":null,"homepage":"https://mburakerman.github.io/reactplosive-modal/","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/mburakerman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-25T14:51:58.000Z","updated_at":"2024-09-25T22:05:17.000Z","dependencies_parsed_at":"2023-02-02T09:46:41.752Z","dependency_job_id":null,"html_url":"https://github.com/mburakerman/reactplosive-modal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mburakerman%2Freactplosive-modal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mburakerman%2Freactplosive-modal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mburakerman%2Freactplosive-modal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mburakerman%2Freactplosive-modal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mburakerman","download_url":"https://codeload.github.com/mburakerman/reactplosive-modal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247000758,"owners_count":20867142,"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":["modal","react","react-modal"],"created_at":"2025-04-03T12:27:54.785Z","updated_at":"2025-04-03T12:27:55.958Z","avatar_url":"https://github.com/mburakerman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔥 Reactplosive Modal\n\n\u003e A simple React modal component with an explosion effect\n\n\u003cbr /\u003e\n\n[![NPM](https://img.shields.io/npm/v/reactplosive-modal)](https://www.npmjs.com/package/reactplosive-modal)\n![NPM License](https://img.shields.io/npm/l/reactplosive-modal)\n\n\u003cbr /\u003e\n\n## ⏬ Install\n\n```js\nnpm i reactplosive-modal\n```\n\n## 🪡 Usage\n\n```js\nimport ReactplosiveModal from \"reactplosive-modal\";\n```\n\n```html\nconst YourComponent = () =\u003e {\n  const [isModalVisible, setIsModalVisible] = useState(false);\n\n  return (\n    \u003cReactplosiveModal\n      title={\u003ch4\u003eTitle\u003c/h4\u003e}\n      isVisible={isModalVisible}\n      onClose={() =\u003e setIsModalVisible(false)}\n    \u003e\n      \u003cp\u003e Lorem ipsum dolor sit amet.\u003c/p\u003e\n      \u003cbutton\u003eI do nothing.\u003c/button\u003e\n    \u003c/ReactplosiveModal\u003e\n  );\n};\n\n```\n\n## ⚙️ Props\n\n```js\n{\n  title?: ReactNode,\n  children: ReactNode,\n  isVisible: boolean,\n  width?: string, // default 500px\n  onClose: (visibility: boolean) =\u003e void,\n  outsideClickEnabled?: boolean, // default true\n};\n```\n\n## ©️ License\n\nLicensed under MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmburakerman%2Freactplosive-modal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmburakerman%2Freactplosive-modal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmburakerman%2Freactplosive-modal/lists"}