Skip to content

digimakergo/digimaker-eui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digimaker-eui

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).

Installation

npm -i digimaker-eui

See dmdemo admin for use example.

Include your code like below in your App's render method

<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>

Config dm.json

tba

Screenshots

alt text

alt text

alt text

Related project

digimaker-ui: a generic client components for developing projects, and is used by this project also.