Contributing
Local development (Storybook)
npm i
npm run storybookStorybook runs at http://localhost:6006 and is the recommended way to develop and review components.
Library build (watch mode)
npm run devThis builds the package to dist/ and watches for changes.
Production build
npm run buildSee Also
- Survey Components - Explore available survey components and their props
- Styling Guide - Learn how to customize component appearance
- Changelog - View the latest updates and version history