QR Code generator
A basic Toolpad Studio application that can be used to turn any text or URL into a QR code.
Check out the live app
How to run
Use create-toolpad-app
to bootstrap the example:
npx create-toolpad-app@latest --example qr-generator
yarn create toolpad-app --example qr-generator
pnpm create toolpad-app --example qr-generator
or:
What's inside
This app demonstrates the following capabilities of Toolpad Studio:
- Using a custom function that takes parameters.
- Importing an external npm package.
- Using a TextInput and Image component.
- Binding a TextInput component with a query parameter.