Skip to main content

Tools example

This example uses the Tool API to add tools.

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

Trying it out

Run the following commands:

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

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.