{"id":16981801,"url":"https://github.com/cesarparra/react-editable-list","last_synced_at":"2026-04-17T12:33:19.262Z","repository":{"id":115969632,"uuid":"141808110","full_name":"cesarParra/react-editable-list","owner":"cesarParra","description":"React component for a TODO style list.","archived":false,"fork":false,"pushed_at":"2018-08-18T21:49:05.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-31T13:42:26.114Z","etag":null,"topics":["react","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/cesarParra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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":"2018-07-21T12:00:51.000Z","updated_at":"2018-08-18T21:49:07.000Z","dependencies_parsed_at":"2023-06-25T23:28:56.224Z","dependency_job_id":null,"html_url":"https://github.com/cesarParra/react-editable-list","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cesarParra/react-editable-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesarParra%2Freact-editable-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesarParra%2Freact-editable-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesarParra%2Freact-editable-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesarParra%2Freact-editable-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cesarParra","download_url":"https://codeload.github.com/cesarParra/react-editable-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesarParra%2Freact-editable-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31929728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:35:34.458Z","status":"ssl_error","status_checked_at":"2026-04-17T10:35:09.472Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["react","reactjs"],"created_at":"2024-10-14T02:06:29.761Z","updated_at":"2026-04-17T12:33:19.214Z","avatar_url":"https://github.com/cesarParra.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-editable-list\n\n[![npm package][npm-badge]][npm]\n[![Coveralls][coveralls-badge]][coveralls]\n\nReact component for an editable list.\n\n[npm-badge]: https://badge.fury.io/js/react-editable-list-component.svg\n[npm]: https://www.npmjs.org/package/react-editable-list-component\n\n[coveralls-badge]: https://img.shields.io/coveralls/user/repo/master.png?style=flat-square\n[coveralls]: https://coveralls.io/github/user/repo\n\n[npm package](https://www.npmjs.com/package/react-editable-list-component)\n\nReact component that allows you to create editable lists in the style of TODO lists.\n\n## Installation\n\n`$ npm i --save react-editable-list-component`\n\n## Usage\n\nYou can use the component like this:\n\n    \u003cEditableList \n\t\ttitle=\"Demo\" \n\t\titemPlaceholder=\"+\" /\u003e\n\nThe title prop allows you to specify the title your list will have and the itemPlaceholder allows you to specify the character you want for the placeholder of a blank line in the list.\n\n### Load default items\nYou can also specify a list of items you want the component to load with:\n\n    \u003cEditableList \n\t\ttitle=\"Demo\" \n\t\titemPlaceholder=\"+\"\n\t\titems={['test1', 'test2']} /\u003e\n\n### Subscribe to changes in the list\n\nYou can use the onChange prop to pass a function to get the always up to date data from the list:\n\n    \u003cEditableList onChange={this.onChange.bind(this)} title=\"Demo\" items={['test1', 'test2']} itemPlaceholder=\"+\" /\u003e\n\nAn object representing the latest information will be passed every time the items in the list or the title changes:\n \n    onChange(latestInfo) {\n        // { listItems: [{id: \"4440a6bc-cceb-4906-9538-2b01a3059a01\", text: \"Test1\"}\n        //              {id: \"26a42e91-95f9-4e35-bf7f-b2511338766d\", text: \"Test2\"}]\n        // title: \"Demo\" }\n        console.log('Latest information in the component', latestInfo);\n    }","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesarparra%2Freact-editable-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcesarparra%2Freact-editable-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesarparra%2Freact-editable-list/lists"}