code/core/src/controls/README.md
This directory contains the core Controls functionality for Storybook, which was previously in the @storybook/addon-controls package.
Controls gives you a graphical UI to interact with a component's arguments dynamically, without needing to code. It creates an addon panel next to your component examples ("stories"), so you can edit them live.
components/ - UI components for the Controls panelcontainers/ - Container components that manage state and data flowmodels/ - Data models and utilitiesruntime/ - Runtime-specific codeconstants.ts - Constants and configurationdecorator.ts - Story decoratorindex.ts - Main entry pointmanager.tsx - Manager-side codepreview.ts - Preview-side codetypes.ts - TypeScript typesThis code was migrated from the @storybook/addon-controls package as part of the effort to consolidate core functionality into the main Storybook package.