Dialogs example
This example uses the Dialog API to show dialogs.
Source code: https://github.com/bambuser/bam-app-examples/tree/main/dialogs
Trying it out
Run the following commands:
npx degit bambuser/bam-app-examples/dialogs#main bam-app-example-dialogs
cd bam-app-example-dialogs
npm install
npm run dev
The example should have been opened automatically in your browser, for further steps how to see the example in action see README.md file.
Was this page helpful?