Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sj-distributor/budibase-component-dropdown-list
Budibase Component Dropdown List
https://github.com/sj-distributor/budibase-component-dropdown-list
budibase plugin svelte
Last synced: about 2 months ago
JSON representation
Budibase Component Dropdown List
- Host: GitHub
- URL: https://github.com/sj-distributor/budibase-component-dropdown-list
- Owner: sj-distributor
- Created: 2023-02-07T03:12:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T05:29:40.000Z (over 1 year ago)
- Last Synced: 2024-04-28T01:35:56.749Z (9 months ago)
- Topics: budibase, plugin, svelte
- Language: JavaScript
- Homepage:
- Size: 204 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dropdown List (Budibase Plugin)
![GIF preview](./screenshots/2.gif)
# Description
A dropdown list Budibase component.
Find out more about [Budibase](https://github.com/Budibase/budibase).
![Component settings](./screenshots/1.jpg)
## Instructions
### Add to budibase via Github URL
In your Budibase admin panel, go to Plugins > Add plugin > In source select "Github" > in URL copy-paste "https://github.com/sj-distributor/budibase-component-dropdown-list" > Click "Save" button.
Dropdown list plugin should appear now in the list of plugins.
### Build
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
```