Note: all features&code of this project have been merged into a simplier library digimaker-ui
digimaker-eui is the editorial ui components for Digimaker CMF, developed in React. It provides client features like create, edit, delete, actions and other editorial features.
You can use it directly or by customizing eg. layout, menu, actions, even embedding edit features into your project or in a ui framework(eg. material-ui).
npm -i digimaker-eui
See dmdemo admin for use example.
<Router>
<Switch>
<div className="App">
<DMInit>
<Leftmenu />
<div className="main">
<MainRoute />
</div>
<footer>
Powered by <a href="http://www.digimaker.org" target="_blank">Digimaker CMF</a>
</footer>
<DMInit>
</Switch>
</Router>
tba
digimaker-ui: a generic client components for developing projects, and is used by this project also.