{"id":22378873,"url":"https://github.com/codebrahma/react-searchable-filter","last_synced_at":"2025-07-31T01:31:36.122Z","repository":{"id":57150834,"uuid":"392658572","full_name":"Codebrahma/react-searchable-filter","owner":"Codebrahma","description":"The Searchable Filter component in React","archived":false,"fork":false,"pushed_at":"2021-08-19T07:03:13.000Z","size":3435,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-22T01:59:56.227Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Codebrahma.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}},"created_at":"2021-08-04T11:14:33.000Z","updated_at":"2024-04-09T06:16:22.000Z","dependencies_parsed_at":"2022-09-01T00:13:01.806Z","dependency_job_id":null,"html_url":"https://github.com/Codebrahma/react-searchable-filter","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/Codebrahma%2Freact-searchable-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codebrahma%2Freact-searchable-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codebrahma%2Freact-searchable-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codebrahma%2Freact-searchable-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codebrahma","download_url":"https://codeload.github.com/Codebrahma/react-searchable-filter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228204671,"owners_count":17884711,"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-04T23:08:10.090Z","updated_at":"2024-12-04T23:08:10.653Z","avatar_url":"https://github.com/Codebrahma.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-searchable-filter\n\n\u003e Searchable React Filter component\n\n[![NPM](https://img.shields.io/npm/v/react-searchable-filter.svg)](https://www.npmjs.com/package/react-searchable-filter) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Netlify Status](https://api.netlify.com/api/v1/badges/246cf76a-5156-4e4f-bb83-c98de91b581f/deploy-status)](https://app.netlify.com/sites/react-searchable-filter/deploys)\n\n\u003cimg src=\"./filter-demo.gif\" alt=\"demo\" align=\"middle\" /\u003e\n\n## Install\n\n```bash\nnpm install --save react-searchable-filter-box\n```\n\n## Guide and documentation\n\nRead the full Documentation \u003ca href=\"https://react-searchable-filter.netlify.app/\"\u003ehere\u003c/a\u003e.\n\n## Usage\n\n```js\nimport React from 'react'\n\nimport Filter from 'react-searchable-filter'\nimport 'react-searchable-filter/dist/index.css'\n\nconst App = () =\u003e {\n  const data = [\n    {\n      filterBy: 'username',\n      description: 'filter by username',\n      values: ['John', 'Albert', 'Robert']\n    },\n    {\n      filterBy: 'status',\n      values: ['finished', 'not-finished', 'pending'],\n      description: 'filter by status'\n    }\n  ]\n  return \u003cFilter options={data} placeholder='Filter users' /\u003e\n}\n```\n\n## Demo\n\nCheck out the working demo of the \u003ca href=\"https://react-searchable-filter.netlify.app/demo\"\u003ereact-searchable-filter\u003c/a\u003e.\n\n## License\n\nMIT © [ashwinKumar0505](https://github.com/ashwinKumar0505)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebrahma%2Freact-searchable-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebrahma%2Freact-searchable-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebrahma%2Freact-searchable-filter/lists"}