Thanks for contributing.
- Fork and clone the repo.
- Install dependencies with
npm i. - Run
npm run typecheckandnpm run buildbefore opening a PR.
src/styles/theme.cssis copied todist/styles.cssduring build viatsuponSuccess.example/photostackimportsdialkit/styles.css, which resolves todist/styles.css.ButtonGroupactions should remain vertically stacked.
- Keep PRs single-responsibility and small.
- Include a short summary of what changed and why.
- Add validation notes (for example:
npm run typecheck,npm run build). - Update
README.mdwhen behavior or API docs change.