An open API service indexing awesome lists of open source software.

https://github.com/jdiehl/mx-confetti


https://github.com/jdiehl/mx-confetti

mendix

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## ConfettiCannon
Render Confetti Mendix!

## Features
Based on [react-native-confetti](https://github.com/cdvntr/react-native-confetti)

## Usage
Add the widget to your project, configure it using widget properties, and place content widgets inside to be render under the confetti.

You can control when the confetti is triggered using the expression for the Launch confetti property.

## Demo project
None

## Issues, suggestions and feature requests
https://github.com/jdiehl/mendix-confetti

## Development and contribution

1. Install NPM package dependencies by using: `npm install`. If you use NPM v7.x.x, which can be checked by executing `npm -v`, execute: `npm install --legacy-peer-deps`.
1. Run `npm start` to watch for code changes. On every change:
- the widget will be bundled;
- the bundle will be included in a `dist` folder in the root directory of the project;
- the bundle will be included in the `deployment` and `widgets` folder of the Mendix test project.