Demo:
https://ncv-react-toolbox.bubbleapps.io/version-test/api/1.1/mobile/preview?debug_mode=true&preview_view=Home
Editor:
https://bubble.io/page?id=ncv-react-toolbox&tab=Settings&name=Home&type=page&subtab=General🚀 How to Use
Drag the tool onto your page
Add one of the utility elements (e.g. List of Numbers, Split Text, Shuffle List) from the Visual Elements panel.
Set the properties
Each tool has fields you can configure in the Bubble editor — for example:
List of Numbers → set start, increment, length
Split Text to List → set text and delimiter
Shuffle Number List → connect a list of numbers from your database or another source
Use the generated state
Each tool exposes a state you can reference:
numbers (List of Numbers)
list (Split Text)
shuffled_list (Shuffle List)
You can bind these to a Repeating Group, Dropdown, or Workflow.
(Optional) Listen for events like:
list_generated
list_shuffled
These can trigger further workflows if needed.