{"id":14977491,"url":"https://github.com/eioluseyi/idares-ui","last_synced_at":"2026-03-03T22:32:14.632Z","repository":{"id":58181518,"uuid":"523128360","full_name":"eioluseyi/idares-ui","owner":"eioluseyi","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-17T09:02:42.000Z","size":948,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T05:41:31.327Z","etag":null,"topics":["website-project"],"latest_commit_sha":null,"homepage":"https://idares-ui.netlify.app/","language":"TypeScript","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/eioluseyi.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":"2022-08-09T22:38:35.000Z","updated_at":"2023-08-14T07:10:19.000Z","dependencies_parsed_at":"2024-09-18T22:02:32.299Z","dependency_job_id":null,"html_url":"https://github.com/eioluseyi/idares-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eioluseyi/idares-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eioluseyi%2Fidares-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eioluseyi%2Fidares-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eioluseyi%2Fidares-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eioluseyi%2Fidares-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eioluseyi","download_url":"https://codeload.github.com/eioluseyi/idares-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eioluseyi%2Fidares-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30064318,"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":["website-project"],"created_at":"2024-09-24T13:55:45.987Z","updated_at":"2026-03-03T22:32:14.607Z","avatar_url":"https://github.com/eioluseyi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iDares UI\n\n###### A collection of select accessible and customizable react UI components.\n\n---\n\n#### Table of contents\n\n1. [ Available components ](#available-components)\n2. [ Installation ](#installation)\n3. [ Usage ](#usage)\n   - [Default usage](#default-usage)\n   - [Control `page`](#control-page)\n   - [Props](#props)\n4. [ Storybook docs ](#story-book)\n\n\u003ca name=\"available-components\"\u003e\u003c/a\u003e\n\n##### Available components\n\n- Pagination\n- ...\n\n\u003ca name=\"installation\"\u003e\u003c/a\u003e\n\n##### Installation\n\nUsing npm:\n\n```javascript\n$ npm install @idares-ui/react\n```\n\nUsing yarn:\n\n```javascript\n$ yarn add @idares-ui/react\n```\n\n\u003ca name=\"usage\"\u003e\u003c/a\u003e\n\n##### Usage\n\n\u003ca name=\"default-usage\"\u003e\u003c/a\u003e\n\n###### Default usage\n\n```javascript\nimport { Pagination } from \"@idares-ui/react\";\n\n...\n\u003cPagination /\u003e\n...\n\n```\n\n\u003ca name=\"control-page\"\u003e\u003c/a\u003e\n\n###### Control `page` in your component\n\n```javascript\nimport { Pagination } from \"@idares-ui/react\";\n\n...\nconst [page, setPage] = React.useState(1);\n\n...\n\u003cPagination page={page} setPage={setPage} /\u003e\n...\n```\n\n\u003ca name=\"props\"\u003e\u003c/a\u003e\n\n###### Props and default values\n\n| Prop      |   Type   | Default |\n| --------- | :------: | ------: |\n| page      |  number  |     `1` |\n| perPage   |  number  |    `10` |\n| count     |  number  |    `60` |\n| setPage   | function |  `void` |\n| baseSize  |  bsType  |  `\"xl\"` |\n| baseColor |  string  |  `null` |\n\n```typescript\nbsType = \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \u003ccss-size-units\u003e\n```\n\n\u003ca name=\"story-book\"\u003e\u003c/a\u003e\n\n##### Storybook docs\n\nView the full Storybook documentation [ here ](https://idares-ui.netlify.app)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feioluseyi%2Fidares-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feioluseyi%2Fidares-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feioluseyi%2Fidares-ui/lists"}