QR Code generator
A basic Toolpad application that can be used to turn any text or URL into a QR code.
Check out the live app
How to use
Download the example or clone the repo:
curl https://codeload.github.com/mui/mui-toolpad/tar.gz/master | tar -xz --strip=2 mui-toolpad-master/examples/qr-generator
cd qr-generator
Install it and run:
npm install
npm run dev
or:
What's inside
This app demonstrates the following capabilities of Toolpad:
- 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.