Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```