UNPKG

nodemda-js-react-mantine

Version:

NodeMDA plugin to React frontend using Mantine UI components

9 lines (8 loc) 286 B
module.exports = { type: 'templates', name: 'js-react-mantine', desc: 'Generates Frontend to access REST interfaces using React and Mantine UI components', version: 2.0, contributes: [ "React", "WebApp-Frontend", "Js-React-Mantine" ], requires: [ "REST", "NodeMDA-Standards" ] };