0.0.25 • Published 4 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
4 years ago
0.0.20
4 years ago
0.0.21
4 years ago
0.0.22
4 years ago
0.0.23
4 years ago
0.0.24
4 years ago
0.0.19
4 years ago
0.0.17
4 years ago
0.0.18
4 years ago
0.0.16
4 years ago
0.0.15
4 years ago
0.0.14
4 years ago
0.0.13
4 years ago
0.0.12
4 years ago
0.0.11
4 years ago
0.0.10
4 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago