Components
The objective of sdpi-components is to provide an easy-to-user wrapper for all common HTML input elements, whilst also providing additional helpers for common functionality found within the Stream Deck property inspector.
Supported Inputsâ
Component | Status | sdpi-component |
---|---|---|
Button | â | <sdpi-button> |
Checkbox | â | <sdpi-checkbox> |
Checkbox List | â | <sdpi-checkbox-list> |
Color | â | <sdpi-color |
Date | â | <sdpi-calendar type="date"> |
Datetime (Local) | â | <sdpi-calendar type="datetime-local"> |
Delegate | â | <sdpi-delegate> |
File | â | <sdpi-file> |
Month | â | <sdpi-calendar type="month"> |
Password | â | <sdpi-password> |
Radio | â | <sdpi-radio> |
Range | â | <sdpi-range> |
Select | â | <sdpi-select> |
Textarea | â | <sdpi-textarea> |
Textfield | â | <sdpi-textfield> |
Time | â | <sdpi-calendar type="time"> |
Week | â | <sdpi-calendar type="week"> |