{"id":29131383,"url":"https://github.com/jorisbertier/hrnet-plugin","last_synced_at":"2026-03-03T18:32:07.079Z","repository":{"id":292934766,"uuid":"982426536","full_name":"jorisbertier/hrnet-plugin","owner":"jorisbertier","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-14T19:32:56.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-08T07:53:46.927Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/jorisbertier.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,"zenodo":null}},"created_at":"2025-05-12T21:40:36.000Z","updated_at":"2025-05-14T19:32:59.000Z","dependencies_parsed_at":"2025-05-12T22:35:23.703Z","dependency_job_id":"9e97fcf4-db0e-4553-a381-b27cb2ff4a80","html_url":"https://github.com/jorisbertier/hrnet-plugin","commit_stats":null,"previous_names":["jorisbertier/hrnet-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jorisbertier/hrnet-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorisbertier%2Fhrnet-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorisbertier%2Fhrnet-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorisbertier%2Fhrnet-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorisbertier%2Fhrnet-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jorisbertier","download_url":"https://codeload.github.com/jorisbertier/hrnet-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorisbertier%2Fhrnet-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30054587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"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":[],"created_at":"2025-06-30T05:32:58.418Z","updated_at":"2026-03-03T18:32:07.059Z","avatar_url":"https://github.com/jorisbertier.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hrnet-plugin-modal\n\nReact plugin to easily display a Modal with text\n\n# Install Plugin\n\nYou can install this plugin via npm\n\n```sh\nnpm install hrnet-plugin-modal\n```\n## Prerequisite\n\n- React 17.x ou highter\n- Node.js ≥ 18.x\n- npm ≥ 7.x\n\n# Modal Component\n\n## Properties\n\n| Prop          | Type     | Description                                |\n|---------------|----------|--------------------------------------------|\n| `text`        | String   | Display the title into the modal           |\n| `onClose`     | Function | Callback executed when the modal is closed |\n| `isOpen`      | Boolean  | Control display of the modal               |\n\n# Use Modal\n\n```jsx\nimport { Modal } from \"hrnet-plugin-modal\";\n\nfunction App() {\n\n   const [isOpen, setIsOpen] = useState(false);\n\n  return (\n    \u003cdiv\u003e\n      \u003cModal isOpen={isOpen} text={'This is a text dialog'} closeModal={() =\u003e setIsOpen(false)}/\u003e\n    \u003c/div\u003e\n  );\n}\n\nexport default App;\n```\n\n# Version\n\nTo run this project, we recommend using Node.js version 18.x.x or higher.\n\nYou can check your current Node.js version by running:\n\n```sh\nnode -v\n```\n\n## Contribute\n\n1. Fork repository\n2. `npm install`  \n3. `npm run dev`  \n4. Create a branch`feature/my-fonctionnality`  \n5. `npm test` to run the test\n6. Open a Pull Request  \n\n# License\n\nThis component is distributed under MIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorisbertier%2Fhrnet-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorisbertier%2Fhrnet-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorisbertier%2Fhrnet-plugin/lists"}