UNPKG

@elgato/cli

Version:

Stream Deck CLI tool for building with Stream Deck.

19 lines (16 loc) 530 B
<!DOCTYPE html> <html> <head lang="en"> <title>Increment Counter Settings</title> <meta charset="utf-8" /> <script src="https://sdpi-components.dev/releases/v4/sdpi-components.js"></script> </head> <body> <!-- Learn more about property inspector components at https://sdpi-components.dev/docs/components --> <sdpi-item label="Increment By"> <sdpi-range setting="incrementBy" min="1" max="5" step="1" default="1" showlabels></sdpi-range> </sdpi-item> </body> </html>