{"id":13422140,"url":"https://github.com/ckeditor/ckeditor4-react","last_synced_at":"2025-03-15T10:31:42.938Z","repository":{"id":33632345,"uuid":"153247663","full_name":"ckeditor/ckeditor4-react","owner":"ckeditor","description":"Official CKEditor 4 React component.","archived":false,"fork":false,"pushed_at":"2025-02-05T15:10:38.000Z","size":4622,"stargazers_count":101,"open_issues_count":13,"forks_count":53,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-07T04:19:35.812Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ckeditor.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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-10-16T08:11:29.000Z","updated_at":"2025-02-24T09:17:42.000Z","dependencies_parsed_at":"2024-02-07T14:26:08.261Z","dependency_job_id":"aee3239d-3246-4022-a844-97b24f3428e5","html_url":"https://github.com/ckeditor/ckeditor4-react","commit_stats":{"total_commits":540,"total_committers":22,"mean_commits":"24.545454545454547","dds":0.762962962962963,"last_synced_commit":"0e1dc21a8c1f979f46f71b70894a80e7be2e2bd9"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckeditor%2Fckeditor4-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckeditor%2Fckeditor4-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckeditor%2Fckeditor4-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckeditor%2Fckeditor4-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ckeditor","download_url":"https://codeload.github.com/ckeditor/ckeditor4-react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243719119,"owners_count":20336592,"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-07-30T23:00:37.908Z","updated_at":"2025-03-15T10:31:42.932Z","avatar_url":"https://github.com/ckeditor.png","language":"TypeScript","readme":"# CKEditor 4 WYSIWYG editor component for React [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Check%20out%20CKEditor%204%20React%20integration\u0026url=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fckeditor4-react)\n\n[![npm version](https://badge.fury.io/js/ckeditor4-react.svg)](https://www.npmjs.com/package/ckeditor4-react)\n[![GitHub tag](https://img.shields.io/github/tag/ckeditor/ckeditor4-react.svg)](https://github.com/ckeditor/ckeditor4-react)\n\n![Build Status](https://github.com/ckeditor/ckeditor4-react/actions/workflows/test-all.yml/badge.svg)\n\n[![Join newsletter](https://img.shields.io/badge/join-newsletter-00cc99.svg)](http://eepurl.com/c3zRPr)\n[![Follow Twitter](https://img.shields.io/badge/follow-twitter-00cc99.svg)](https://twitter.com/ckeditor)\n\n## ⚠️ CKEditor 4: End of Life and Extended Support Model until Dec 2028\n\nCKEditor 4 was launched in 2012 and reached its End of Life (EOL) on June 30, 2023.\n\nA special edition, **[CKEditor 4 LTS](https://ckeditor.com/ckeditor-4-support/)** (\"Long Term Support\"), is available under commercial terms ([\"Extended Support Model\"](https://ckeditor.com/ckeditor-4-support/)) for anyone looking to **extend the coverage of security updates and critical bug fixes**.\n\nWith CKEditor 4 LTS, security updates and critical bug fixes are guaranteed until December 2028.\n\n## About this repository\n\n### Master branch = CKEditor 4 LTS React Component\n\nAfter June 30, 2023 the `master` version of the [LICENSE.md](https://github.com/ckeditor/ckeditor4/blob/master/LICENSE.md) file changed to reflect the license of CKEditor 4 LTS available under the Extended Support Model.\n\nThis repository now contains the source code of CKEditor 4 LTS React Component that is protected by copyright law.\n\n### Getting CKEditor 4 (Open Source)\n\nYou may continue using CKEditor React Component 4.3.0 and below under the open source license terms. Please note, however, that the open source version no longer comes with any security updates, so your application will be at risk.\n\nIn order to download the open source version of CKEditor 4 React Component, use ****tags 4.3.0 and below****. CKEditor React Component 4.3.0 was the last version available under the open source license terms.\n\n## About this package\n\nOfficial [CKEditor 4](https://ckeditor.com/ckeditor-4/) WYSIWYG editor component for React.\n\nWe are looking forward to your feedback! You can report any issues, ideas or feature requests on the [integration issues page](https://github.com/ckeditor/ckeditor4-react/issues/new).\n\n![CKEditor 4 screenshot](https://c.cksource.com/a/1/img/npm/ckeditor4.png)\n\n## Usage\n\n```jsx\nimport React from 'react';\nimport { CKEditor } from 'ckeditor4-react';\n\nfunction App() {\n\treturn \u003cCKEditor initData=\"\u003cp\u003eThis is an example CKEditor 4 WYSIWYG editor instance.\u003c/p\u003e\" /\u003e;\n}\n\nexport default App;\n```\n\n## Documentation and examples\n\nSee the [CKEditor 4 WYSIWYG Editor React Integration](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_react_current.html) article in the [CKEditor 4 documentation](https://ckeditor.com/docs/ckeditor4/latest).\n\nYou can also check out [CKEditor 4 WYSIWYG Editor React Integration example](https://ckeditor.com/docs/ckeditor4/latest/examples/react.html) in [CKEditor 4 Examples](https://ckeditor.com/docs/ckeditor4/latest/examples/).\n\nFor even more examples, check out ready-to-fork samples inside [samples](samples) directory. Each sample is a self-contained app that can be [forked via GitHub](https://docs.github.com/en/github/getting-started-with-github/splitting-a-subfolder-out-into-a-new-repository) or via services such as [CodeSandbox](https://codesandbox.io/). For instance, in order to clone `basic` sample, use [this link](https://githubbox.com/ckeditor/ckeditor4-react/tree/master/samples/basic).\n\n## React support\n\nThe CKEditor 4 React integration was tested with React 18.\n\n## TypeScript support\n\nTypeScript 3.5+ is supported.\n\n## Browser support\n\nThe CKEditor 4 React integration works with all the [supported browsers](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_browsers.html#officially-supported-browsers) except for Internet Explorer.\n\nPrevious versions of `ckeditor4-react` also support Internet Explorer 11 (requires additional polyfill for `Promise`).\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\nCopyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.\n\nFor full details about the license, please check the `LICENSE.md` file.\n\n### CKEditor 4 React Component 4.3.0 and below for CKEditor 4 Open Source\n\nLicensed under the terms of any of the following licenses at your\nchoice:\n\n* [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html),\n* [GNU Lesser General Public License Version 2.1 or later](http://www.gnu.org/licenses/lgpl.html),\n* [Mozilla Public License Version 1.1 or later (the \"MPL\")](http://www.mozilla.org/MPL/MPL-1.1.html).\n\n### CKEditor 4 React Component 5.0 and above for CKEditor 4 LTS (\"Long Term Support\")\n\nCKEditor 4 LTS React Component (starting from version 5.0) is available under a commercial license only.\n","funding_links":[],"categories":["UI Components","基于 React"],"sub_categories":["Form Components"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckeditor%2Fckeditor4-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fckeditor%2Fckeditor4-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckeditor%2Fckeditor4-react/lists"}