digimaker-ui provides react ui components for Digimaker CMF. It provides features like create, edit, delete, actions and other editorial features.
Check our sample projects
npm -i digimaker-ui// Note. for npm version > 7 you may need to run// npm -i digimaker-ui --legacy-peer-deps
Read Use digimaker-ui for how to use it.
Read extend actions and implement your own field types.
// import exampleimport {Main} from 'digimaker-ui';
| Component | Description | |
|---|---|---|
| List | List contents | |
| Main | Main page for editorial site | |
| DMInit | Initialize all components | |
| TreeNode | Show content in tree | |
| Browse | Browse contents | |
| util | Utility | |
| RenderFields | Rendering fields in view/edit mode | |
| FileUpload | Upload file to server |
//import exampleimport {Delete} from 'digimaker-ui/actions';
| Action | Description | Note |
|---|---|---|
| Delete | Delete content | |
| Copy | Copy a content | |
| Move | Move content | |
| SetPriority | Set priority | |
| SetToTop | Set to top | |
| Filter | Filter above list | |
| User | ||
| DisableUser | Diable/Enable current user |
| Action | Description | |
|---|---|---|
| Create | Create a content | |
| Edit | Edit a content |