0.0.25 • Published 5 years ago
@bitmetro/react-page-editor v0.0.25
@bitmetro/react-page-editor
An easy-to-use drag-and-drop content editor for React.
Note that this is currently a WIP and there may be breaking changes.
You can raise any issues or ask questions in the Github repo.
Installation
npm install --save @bitmetro/react-page-editor
Usage
const App = () => {
const [state, setState] = React.useState(createPage());
return <ContentEditor content={state} onChange={s => setState(s)} />;
};
Running the examples
Navigate into examples
and then into one of the example projects, e.g. Basic
, then:
npm install
npm start
And navigate to http://localhost:8787
Documentation
// Todo 🤙
0.0.25
5 years ago
0.0.20
5 years ago
0.0.21
5 years ago
0.0.22
5 years ago
0.0.23
5 years ago
0.0.24
5 years ago
0.0.19
5 years ago
0.0.17
5 years ago
0.0.18
5 years ago
0.0.16
5 years ago
0.0.15
5 years ago
0.0.14
5 years ago
0.0.13
5 years ago
0.0.12
5 years ago
0.0.11
5 years ago
0.0.10
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago