File size: 2,907 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
# ReactPage
⚠️ LOOKING FOR MAINTAINERS ⚠️
see https://github.com/react-page/react-page/issues/1329
---
[](https://app.travis-ci.com/react-page/react-page)
[](https://coveralls.io/github/ory/editor?branch=master)
[](https://react-page.github.io/docs)
ReactPage is a smart, extensible and modern editor ("WYSIWYG") for the web written in React. If you are fed up with the limitations of `contenteditable`, you are in the right place.
<img width="60%" alt="ReactPage Demo" src="/docs-images/quick-example.gif">
## Install
`yarn add @react-page/editor`
or
`npm install --save @react-page/editor`
There is also a `beta` release channel, which might contain unstable features:
`yarn add @react-page/editor@beta`
or
`npm install --save @react-page/editor@beta`
## Demo
A demo can be found on [Demo](https://react-page.github.io/) which reflects the `stable` release channel on npm.
the current `beta` version is also available as a demo: [beta Demo](https://react-page.github.io/beta)
## Documentation
The documentation is available at [docs](https://react-page.github.io/docs)
Documentation for the current beta is at [beta docs](https://react-page.github.io/beta/docs)
## Contributors
<a href="https://github.com/react-page/react-page/graphs/contributors">
<img src="https://contrib.rocks/image?repo=react-page/react-page" />
</a>
Made with [contributors-img](https://contrib.rocks).
## Sponsored by
- [GuestBell](https://guestbell.com/) - Customer centric online POS for Hotels and short terms stays.
- [Panter](https://www.panter.ch/) - Software engineering company for custom solutions. Located in Zürich Switzerland.
- [Impact Hub Switzerland](https://www.impacthub.ch/) - Coworking spaces and community of creators creating a radically collaborative world.
## Attributions
Formerly known as ORY Editor
Original Library created by [@aeneasr](https://github.com/aeneasr) [@ory](https://github.com/ory)
[](https://twitter.com/_aeneasr)
[](https://github.com/arekkas)
## In the wild
- [GuestBell Hotel App](https://guest.guestbell.com/demo-hotel/app/property) - ReactPage is used as CMS for hotel landing pages.
- [Veloplus Online Shop](https://www.veloplus.ch/) - ReactPage is used to create and display any content page (and the landing page as well)
- [Bike2School](https://www.bike2school.ch/) - A project to promote going to school by bike. It uses ReactPage for content editing.
## Community
[join us in the new Discussion board](https://github.com/react-page/react-page/discussions)
|