{"id":19083417,"url":"https://github.com/emrd/react-popup-npm-library","last_synced_at":"2025-11-12T03:30:38.561Z","repository":{"id":258768195,"uuid":"875670341","full_name":"EmrD/react-popup-npm-library","owner":"EmrD","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-20T15:38:26.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T06:26:08.342Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-popup-package","language":"JavaScript","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/EmrD.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-10-20T15:36:07.000Z","updated_at":"2024-10-20T15:38:29.000Z","dependencies_parsed_at":"2024-10-21T21:04:52.486Z","dependency_job_id":null,"html_url":"https://github.com/EmrD/react-popup-npm-library","commit_stats":null,"previous_names":["emrd/react-popup-npm-library"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EmrD/react-popup-npm-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Freact-popup-npm-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Freact-popup-npm-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Freact-popup-npm-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Freact-popup-npm-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmrD","download_url":"https://codeload.github.com/EmrD/react-popup-npm-library/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Freact-popup-npm-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283971786,"owners_count":26925495,"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-11-12T02:00:06.336Z","response_time":59,"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-09T02:47:25.297Z","updated_at":"2025-11-12T03:30:38.543Z","avatar_url":"https://github.com/EmrD.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Popup With Tailwind\n\nThis is an library to create a popup with Tailwind easily. \n\n## Installation\n```npm i react-popup-package```\n\n## Example Usage\n\n- First, you must install the library using ```npm```\n- Install TailwindCSS using ```npm install tailwindcss```\n- After that you can use like; \n```\nimport React, { useState } from 'react';\nimport Popup from 'react-popup-package';\n\nconst App = () =\u003e {\n  const [isOpen, setIsOpen] = useState(false);\n\n  return (\n    \u003cdiv\u003e\n      \u003cbutton \n        onClick={() =\u003e setIsOpen(true)} \n        className=\"bg-blue-500 text-white py-2 px-4 rounded\"\n      \u003e\n        Open Popup\n      \u003c/button\u003e\n\n      {isOpen \u0026\u0026 (\n        \u003cPopup \n          title=\"Example Popup\"\n          content=\"This is an example popup using React and TailwindCSS!\"\n          isDarkMode={false}\n          style=\"shadow\"\n          onClose={() =\u003e setIsOpen(false)}\n        /\u003e\n      )}\n    \u003c/div\u003e\n  );\n};\n\nexport default App;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrd%2Freact-popup-npm-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femrd%2Freact-popup-npm-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrd%2Freact-popup-npm-library/lists"}