Accessibility examples using Coinbase Design System (CDS). This repo hosts a standalone demo that can be deployed to GitHub Pages without internal engineering infrastructure.
# Install dependencies
npm install
# or: yarn install
# Start dev server
npm run dev
# or: yarn devnpm run build
# or: yarn build- Create a new repo on GitHub named
a11y-examples - Push this code to the
mainbranch - In the repo Settings → Pages, set Source to "GitHub Actions"
- The workflow will build and deploy on every push to
main
The site will be available at https://<username>.github.io/a11y-examples/
- Accessible form patterns (labels, focus management, keyboard support)
- CDS controls: SearchInput, TextInput, Checkbox, Button
- Light/dark theme toggle