{"id":16070754,"url":"https://github.com/cjpatoilo/react-chip","last_synced_at":"2025-03-18T05:31:10.342Z","repository":{"id":57333001,"uuid":"217953904","full_name":"cjpatoilo/react-chip","owner":"cjpatoilo","description":"Manage a list of chips based on a strings list.","archived":false,"fork":false,"pushed_at":"2023-02-27T01:22:43.000Z","size":665,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-28T07:33:52.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cjpatoilo.com/react-chip","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cjpatoilo.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":".github/contributing.md","funding":".github/funding.yml","license":"license","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},"funding":{"open_collective":"cjpatoilo","patreon":"cjpatoilo"}},"created_at":"2019-10-28T02:51:05.000Z","updated_at":"2021-08-11T18:21:26.000Z","dependencies_parsed_at":"2024-10-27T17:22:07.595Z","dependency_job_id":"82f1f2c2-0bb7-44ed-87de-733e30604827","html_url":"https://github.com/cjpatoilo/react-chip","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"27e24fc384dac8c334cf772111e4ceac93ad712a"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjpatoilo%2Freact-chip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjpatoilo%2Freact-chip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjpatoilo%2Freact-chip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjpatoilo%2Freact-chip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cjpatoilo","download_url":"https://codeload.github.com/cjpatoilo/react-chip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243903166,"owners_count":20366434,"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-10-09T07:06:56.348Z","updated_at":"2025-03-18T05:31:07.900Z","avatar_url":"https://github.com/cjpatoilo.png","language":"TypeScript","funding_links":["https://opencollective.com/cjpatoilo","https://patreon.com/cjpatoilo"],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://github.com/cjpatoilo/react-chip\"\u003e\u003cimg width=\"100%\" src=\"https://cjpatoilo.com/react-chip/artwork.png\" alt=\"ReactChip - Manage a list of chips based on a strings list.\"\u003e\u003c/a\u003e\n\n\u003e Manage a list of chips based on a strings list.\n\n[![Travis Status](https://travis-ci.org/cjpatoilo/react-chip.svg?branch=master)](https://travis-ci.org/cjpatoilo/react-chip?branch=master)\n[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/jkpmrpbafdt6xuap?svg=true)](https://ci.appveyor.com/project/cjpatoilo/react-chip)\n[![Codacy Status](https://img.shields.io/codacy/grade/c438e3187dbc48288a901ce19a4624f3/master.svg)](https://www.codacy.com/app/cjpatoilo/react-chip/dashboard)\n[![Dependencies Status](https://david-dm.org/cjpatoilo/react-chip.svg)](https://david-dm.org/cjpatoilo/react-chip)\n[![Version Status](https://badge.fury.io/js/react-chip.svg)](https://www.npmjs.com/package/react-chip)\n[![Download Status](https://img.shields.io/npm/dt/react-chip.svg)](https://www.npmjs.com/package/react-chip)\n[![Gitter Chat](https://img.shields.io/badge/gitter-join_the_chat-4cc61e.svg)](https://gitter.im/cjpatoilo/react-chip)\n\n## Why it's awesome\n\n[description]\n\n## Install\n\n**Install with npm**\n\n```sh\n$ npm install react-chip\n```\n\n**Install with Yarn**\n\n```sh\n$ yarn add react-chip\n```\n\n## Usage\n\n```jsx\nimport React from 'react'\nimport ReactChip from 'react-chip'\n\n// basic usage\n\u003cReactChip onChange={chips =\u003e {console.log(chips)}} /\u003e\n\n// advanced usage\n\u003cReactChip\n  className={'MyClassName'}\n  defaultChips={['React', 'Node.js']}\n  defaultValue={'JavaScript'}\n  id={'my-id'}\n  name={'something'}\n  maxLength={10}\n  onChange={chips =\u003e {console.log(chips)}}\n/\u003e\n```\n\n## Contributing\n\nWant to contribute? Follow these [recommendations](https://github.com/cjpatoilo/react-chip#contributing).\n\n## License\n\nDesigned with ♥ by [CJ Patoilo](https://twitter.com/cjpatoilo). Licensed under the [mit License](https://github.com/cjpatoilo/react-chip#license).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjpatoilo%2Freact-chip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcjpatoilo%2Freact-chip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjpatoilo%2Freact-chip/lists"}