{"id":22635742,"url":"https://github.com/kyw0716/npm-deploy-practice","last_synced_at":"2025-03-29T04:44:59.840Z","repository":{"id":160205061,"uuid":"635123851","full_name":"kyw0716/npm-deploy-practice","owner":"kyw0716","description":"npm 배포 연습","archived":false,"fork":false,"pushed_at":"2023-05-02T07:01:10.000Z","size":831,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T15:18:37.094Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/kyw0716.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":"2023-05-02T02:41:54.000Z","updated_at":"2023-05-02T07:02:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ff38f16-85fe-4887-82fd-875812f35fb9","html_url":"https://github.com/kyw0716/npm-deploy-practice","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/kyw0716%2Fnpm-deploy-practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyw0716%2Fnpm-deploy-practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyw0716%2Fnpm-deploy-practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyw0716%2Fnpm-deploy-practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyw0716","download_url":"https://codeload.github.com/kyw0716/npm-deploy-practice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140543,"owners_count":20729797,"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":[],"created_at":"2024-12-09T03:14:26.469Z","updated_at":"2025-03-29T04:44:59.818Z","avatar_url":"https://github.com/kyw0716.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyModal 모달 라이브러리\n\n간단한 모달을 구현할 수 있는 라이브러리입니다.\n\n## 설치 방법\n\n```sh\nnpm install woowacourse-scent-sample-modal\n```\n\n## 사용 방법\n\n### MyModal 컴포넌트 불러오기\n\n```js\nimport MyModal from 'woowacourse-scent-sample-modal';\n```\n\n### MyModal 사용하기\n\n```js\n\u003cMyModal trigger={\u003cbutton\u003e모달 열기\u003c/button\u003e}\u003e\n  \u003ch2\u003e제목\u003c/h2\u003e\n  \u003cp\u003e내용\u003c/p\u003e\n\u003c/MyModal\u003e\n```\n\n## Props\n\ntrigger: 모달을 열기 위한 요소. React element 형태로 전달합니다.\nchildren: 모달 내부에 들어갈 컨텐츠입니다.\n\n### Props 예시\n\n```js\nimport MyModal from 'my-modal-library';\n\nfunction App() {\n  return (\n    \u003cdiv\u003e\n      \u003cMyModal trigger={\u003cbutton\u003e모달 열기\u003c/button\u003e}\u003e\n        \u003ch2\u003e제목\u003c/h2\u003e\n        \u003cp\u003e내용\u003c/p\u003e\n      \u003c/MyModal\u003e\n    \u003c/div\u003e\n  );\n}\n\nexport default App;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyw0716%2Fnpm-deploy-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyw0716%2Fnpm-deploy-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyw0716%2Fnpm-deploy-practice/lists"}