Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(starters): add gatsby-starter-accessibility #13784

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/starters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2371,6 +2371,17 @@
- Rich customizable content with MDX
- Green / Red alert footer on user's answer
- Navigation generated based on the index of each question
- url: https://gatsby-starter-accessibility.netlify.com/
repo: https://github.com/benjamingrobertson/gatsby-starter-accessibility
description: The default Gatsby starter with powerful accessibility tools built-in.
tags:
- Storybook
- Linting
features:
- 🔍 eslint-plugin-jsx-a11y for catching accessibility issues while authoring code
- ✅ lint:staged for adding a pre-commit hook to catch accessibility linting errors
- 📣 react-axe for console reporting of accessibility errors in the DOM during development
- 📖 storybook setup for accessibility reporting on individual components
- url: https://gatsby-theme-ggt-material-ui-blog.netlify.com/
repo: https://github.com/greatgatsbyjsthemes/gatsby-starter-ggt-material-ui-blog
description: Starter material-ui blog utilizing a Gatsby theme!
Expand Down