Skip to content
+

QR Code generator

A basic Toolpad application that can be used to turn any text or URL into a QR code.

QR generator

Check out the live app

Open example

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:

Open in StackBlitz

What's inside

This app demonstrates the following capabilities of Toolpad:

  1. Using a custom function that takes parameters.
  2. Importing an external npm package.
  3. Using a TextInput and Image component.
  4. Binding a TextInput component with a query parameter.

The source

Check out the source code