React component library for Cloudscape Design System — an open source design system for building accessible, inclusive web experiences at scale.
See docs/SETUP.md for setup, building, and running locally.
See docs/CLOUDSCAPE_COMPONENTS_GUIDE.md for guides on component conventions, styling, writing tests, and more. For running tests and configs, see docs/RUNNING_TESTS.md.
- Commit and PR titles:
type: subject, no scope. The PR-title lint (cloudscape-design/actions/.github/workflows/lint-pr.yml) allows exactly these types:chore,feat,fix,refactor,test,revert. The title must start withtype:followed by the subject (for examplefeat: Add multi-column sort). Scope parentheses are not supported (feat(table): …fails the check), and other Conventional Commits types such asdocsorstyleare not allowed — usechore:for documentation and tooling changes.