bb_component_superbutton
v1.1.2
Published
Super Button
Readme
Super Button
A custom Budibase component that adds an enhanced button to the builder component panel.
Features
- Label, size, type, and style variants
- Optional icon (Phosphor), tooltip, and quiet/disabled states
- Action modes: click, timer, loop, and conditional
- Confirmation prompt and working-state feedback
Install in Budibase
- Build the plugin (see below) or download the release
.tar.gzfromdist/. - In Budibase, open Settings → Plugins → Add plugin.
- Upload
bb_component_SuperButton-1.0.0.tar.gz. - In the builder, find Super Button in the components panel and drag it onto your screen.
Development
bun install
bun link @poirazis/superlib # local superlib (run after every bun install)
bun run build # outputs dist/bb_component_SuperButton-1.0.0.tar.gz
bun run watch # rebuild on changeOne-time monorepo setup: cd ../../superlib && bun link.
Built with Svelte 5. Requires a Budibase instance that supports Svelte 5 custom components.
