{"id":19763659,"url":"https://github.com/rajdeepc/react-awesome-drawer","last_synced_at":"2026-05-06T00:06:07.199Z","repository":{"id":117755295,"uuid":"271226841","full_name":"Rajdeepc/react-awesome-drawer","owner":"Rajdeepc","description":"A React Sliding Drawer Component","archived":false,"fork":false,"pushed_at":"2020-06-10T08:55:53.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-11T08:01:51.491Z","etag":null,"topics":["drawer","react","react-component","reactjs","slider-plugin"],"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/Rajdeepc.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}},"created_at":"2020-06-10T08:51:12.000Z","updated_at":"2020-06-10T08:56:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbdcb051-0903-4786-bb11-7676407fa3a1","html_url":"https://github.com/Rajdeepc/react-awesome-drawer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rajdeepc/react-awesome-drawer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajdeepc%2Freact-awesome-drawer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajdeepc%2Freact-awesome-drawer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajdeepc%2Freact-awesome-drawer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajdeepc%2Freact-awesome-drawer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rajdeepc","download_url":"https://codeload.github.com/Rajdeepc/react-awesome-drawer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajdeepc%2Freact-awesome-drawer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32672687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"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":["drawer","react","react-component","reactjs","slider-plugin"],"created_at":"2024-11-12T04:10:30.095Z","updated_at":"2026-05-06T00:06:07.184Z","avatar_url":"https://github.com/Rajdeepc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nA React Sliding Drawer Component\n\n## Installation\n\n```\nnpm i react-awesome-slider --save\n```\n\n## How to use\n\n```\nimport React, { useState, useEffect } from \"react\";\nimport {ReactSlider} from \"react-awesome-slider\";\n\nexport default function App() {\n  \n  const [showSlider, setShowSlider] = useState(false)\n\n  return (\n    \u003cdiv className=\"App\"\u003e\n      \u003cReactSlider\n      show={showSlider}\n      headerTitle=\"Header\"\n      dataList=[]\n      itemElement={() =\u003e {}}\n      position=\"right\"\n      /\u003e\n  );\n}\n\n```\n\n## Options\n\nReactSlider supports five options, both of which are mandatory\n\n* show: true | false,\n* headerTitle: string,\n* dataList: array of objects,\n* itemElement: component,\n* position: 'right' | 'left'\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajdeepc%2Freact-awesome-drawer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajdeepc%2Freact-awesome-drawer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajdeepc%2Freact-awesome-drawer/lists"}