This is a passive, single-view example widget for developers to study or fork for custom widgets and packs in DisplayDuck. It shows a live signal that switches between true and false every two seconds, displays widget configuration values, and demonstrates a local image asset and responsive styling.
Run these commands from this directory:
npm install
npm run buildUse npm run development while editing to rebuild the pack automatically.
| Setting | Type | Configurable Values | Default Value |
|---|---|---|---|
| Example Boolean | boolean |
truefalse |
false |
| Example Color Picker | color-picker |
color |
#ffffff |
| Example Number | number |
any number |
0 |
| Example Select | select |
option1option2option3 |
option1 |
| Example Widget Select | widget |
installed widget names | — |
The widget also displays the built-in Allow localhost access and Allow focus grab settings.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion, please fork the repo and create a pull request. You can also open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request