bb_component_superfieldsqlrelationship
v1.0.1
Published
Super Field - SQL Relationship
Readme
Super Field - SQL Relationship
A custom Budibase form field component for number inputs (switch or checkbox).
Install in Budibase
- Build the plugin (see below) or download the release
.tar.gzfromdist/. - In Budibase, open Settings → Plugins → Add plugin.
- Upload
bb_component_superfieldsqlrelationship-1.0.0.tar.gz. - In the builder, find Super Field - Boolean 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_superfieldsqlrelationship-1.0.0.tar.gz
bun run watch # rebuild on changeBuilt with Svelte 5. Requires a Budibase instance that supports Svelte 5 custom components.
