{"id":25880890,"url":"https://github.com/xpioneer/react-contenteditable","last_synced_at":"2026-05-08T13:19:14.014Z","repository":{"id":57688467,"uuid":"370084934","full_name":"xpioneer/react-contenteditable","owner":"xpioneer","description":"A Simple ContentEditable Component with React","archived":false,"fork":false,"pushed_at":"2021-08-03T02:52:05.000Z","size":84,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-21T05:32:40.591Z","etag":null,"topics":["contenteditable","hooks","react","typescript"],"latest_commit_sha":null,"homepage":"","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/xpioneer.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-05-23T15:11:50.000Z","updated_at":"2021-08-03T02:52:07.000Z","dependencies_parsed_at":"2022-08-25T15:41:18.965Z","dependency_job_id":null,"html_url":"https://github.com/xpioneer/react-contenteditable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xpioneer/react-contenteditable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpioneer%2Freact-contenteditable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpioneer%2Freact-contenteditable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpioneer%2Freact-contenteditable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpioneer%2Freact-contenteditable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xpioneer","download_url":"https://codeload.github.com/xpioneer/react-contenteditable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpioneer%2Freact-contenteditable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32781992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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":["contenteditable","hooks","react","typescript"],"created_at":"2025-03-02T14:26:16.530Z","updated_at":"2026-05-08T13:19:14.000Z","avatar_url":"https://github.com/xpioneer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### React-ContentEditable\n\nA simple editable plugin with react, can fire keywords(props key: `delimiter`, default: `#`)\n\n\n#### Installation\n```\nyarn add react-editable-tag\n\n#or\n\nnpm i react-editable-tag\n```\n\n#### Usage\n```js\nimport React, { useState } from 'react'\nimport { ContentEditable } from '../src/index'\n\nfunction App() {\n  const [keyWords, setKeyWords] = useState\u003cstring\u003e()\n\n  const onKeyWord = () =\u003e {\n    const val = prompt('Please input')\n    if(val !== null) {\n      setKeyWords(val)\n    }\n  }\n\n\n  return \u003cdiv\u003e\n    \u003cContentEditable\n      keyWords={keyWords}\n      onKeyWord={onKeyWord}/\u003e\n  \u003c/div\u003e\n}\n```\n\n#### Features\n\n* React Hooks\n* TypeScript\n* Antd Style","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpioneer%2Freact-contenteditable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxpioneer%2Freact-contenteditable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpioneer%2Freact-contenteditable/lists"}