Groupbox where header and content use Mendix Widgets
Find a file
2020-12-21 09:32:07 +01:00
dist Updated to latest code 2020-12-21 09:12:08 +01:00
src Updated to latest code 2020-12-21 09:12:08 +01:00
typings Initial commit. 2020-10-28 23:30:50 +01:00
.eslintrc.js Initial commit. 2020-10-28 23:30:50 +01:00
.gitattributes Initial commit. 2020-10-28 23:30:50 +01:00
.gitignore Initial commit. 2020-10-28 23:30:50 +01:00
.prettierignore Initial commit. 2020-10-28 23:30:50 +01:00
LICENSE Initial commit. 2020-10-28 23:30:50 +01:00
package-lock.json Initial commit. 2020-10-28 23:30:50 +01:00
package.json Initial commit. 2020-10-28 23:30:50 +01:00
prettier.config.js Initial commit. 2020-10-28 23:30:50 +01:00
README.md Update README.md 2020-12-21 09:32:07 +01:00
tsconfig.json Initial commit. 2020-10-28 23:30:50 +01:00

CustomGroupbox

Groupbox where header and content use Mendix Widgets.

Usage

For development:

Create customwidgets folder in root of project directory Git clone this repo into customwidgets folder Open command prompt in cloned folder npm i npm i react-native-camera npm run dev / npm run build Widget can now be used inside Mendix.

For plain usage:

Copy MPK file in releases to widgets directory.

Demo project

Not available yet.

Issues, suggestions and feature requests

https://github.com/IncentroBA/customgroupbox/issues

Development and contribution