You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each DS variant is implemented as a separate story
Story name should be sentence case (ex. List Link => List link)
Naming is consistent with the DS
Same component names, same placeholder text, etc.
Order of stories matches between DS/DSR
Component is built correctly
Visually compare DSR implementation to DS
Verify that DS classes (organisms, molecules, atoms) are used, as opposed to styles defined in DSR
Manual visual review has been conducted and component has passed this review
#### For new components - [ ] All steps for existing components plus the following steps - [ ] The new component has been added to the CFPB Design System OR - [ ] The CFPB Design System maintainers have been alerted that there is a new component that must be added to the system - [ ] Documentation has been written for the new component (this is not a blocker for moving a component to verified)
Run accessibility checks
Component is keyboard-friendly (navigable with tab, space, enter, arrow keys, etc.)
Component does not introduce new errors or warnings in WAVE
Is all the meaningful visual information and text of the component conveyed by the screen reader? (text, non-decorative image descriptions, etc.)
When interacting with the component using a screen reader, do you have all the information you need to use it? (selected vs unselected, button vs link, expanded vs collapsed, etc.)
Does the component have similar screen reader behavior as the sample components in WCAG, the CFPB design system, WebAIM, or similar accessibility examples?
Verify Helper Text component to be used in the component library
Context
See https://cfpb.github.io/design-system/components/notifications
Verification checklist
For existing components
Verify the CFPB Design System (React) component against the CFPB Design System
#### For new components- [ ] All steps for existing components plus the following steps- [ ] The new component has been added to the CFPB Design System OR- [ ] The CFPB Design System maintainers have been alerted that there is a new component that must be added to the system- [ ] Documentation has been written for the new component (this is not a blocker for moving a component to verified)Run accessibility checks
Verify component unit tests
yarn vitest Button
)Conduct PR review
Verify component
The text was updated successfully, but these errors were encountered: