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

  1. Confirm the framework and current DialKit package API from the official repository.
  2. Install the documented peer dependencies for the current version.
  3. Mount one root panel at the application shell.
  4. Wrap related controls in a focused hook with a stable panel name.
  5. Give numeric controls deliberate defaults, bounds, and steps.
  6. Use stable IDs and persistence only when values must survive remounts or navigation.
import { useDialKit } from "dialkit";
Installs
1
First Seen
1 day ago
dialkit — sarveshsea/design-skills