Skip to main content

Screens example

This example uses the Screen API to add multiple screens.

Source code: https://github.com/bambuser/bam-app-examples/tree/main/screens

Trying it out

Run the following commands:

npx degit bambuser/bam-app-examples/screens#main bam-app-example-screens
cd bam-app-example-screens

npm install
npm run dev

The example should have been opened automatically in your browser, for futher steps how to see the example in action see README.md file.