dialkit
Installation
SKILL.md
Use DialKit
Use DialKit to expose high-leverage design parameters while developing an interface. Treat the panel as a temporary tuning surface unless the product explicitly needs end-user controls.
Setup
- Confirm the framework and current DialKit package API from the official repository.
- Install the documented peer dependencies for the current version.
- Mount one root panel at the application shell.
- Wrap related controls in a focused hook with a stable panel name.
- Give numeric controls deliberate defaults, bounds, and steps.
- Use stable IDs and persistence only when values must survive remounts or navigation.
import { useDialKit } from "dialkit";