add-dui-component
Installation
SKILL.md
Add a DUI Component to a Consuming App
Wire up a DUI component in an application that consumes the DUI library.
Prerequisites
The app must already have the DUI bootstrap pattern set up:
@dui/core/apply-themeimported@dui/theme-defaultimported- An
applyTheme()call in the app's bootstrap file
If not, read docs/consuming.md in the DUI repo first and set up the bootstrap pattern.
Steps
1. Identify the component
Ask the user which component to add. Available components:
Related skills