-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc3a6c7
commit 1874805
Showing
1 changed file
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,13 @@ | ||
# Bb-qr-generator | ||
This is a readme for your new Budibase plugin. | ||
This is the readme for the bb-qr-generator. | ||
|
||
# Description | ||
Qr code generation and display | ||
|
||
Find out more about [Budibase](https://github.com/Budibase/budibase). | ||
Qr code generation and display. With this you can use url's and pass them into the component to generate QR codes to use throughout your Budibase apps. | ||
|
||
## Instructions | ||
Standard setup, copy the github repo url and paste it into your Budibase plugins area and save/install. | ||
|
||
To build your new plugin run the following in your Budibase CLI: | ||
``` | ||
budi plugins --build | ||
``` | ||
|
||
You can also re-build everytime you make a change to your plugin with the command: | ||
``` | ||
budi plugins --watch | ||
``` | ||
From here you should then be able to use the component in the design view and start passing urls into it. | ||
|
||
## Quick Demo | ||
![Screen Recording 2023-10-06 at 10 51 29](https://github.com/ConorWebb96/bb-qr-generator/assets/126772285/92ca5acd-eb10-424d-8699-2c34793a0917) |