-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Milestone
Description
Preparation:
- Started prep
- Open UI Research complete
- Comparison on v8 and v0 complete
- Gather open GitHub issues related to component
- react-* package scaffolded
- Component Spec authored and reviewed
- Deliverable: Reviewed component spec
Implementation
[link to react-* package folder]
- Started implementation
- Implement component:
- Add storybook stories docs(react-avatar): Adding more AvatarGroup stories #23493
- Using hooks
- Using makeStyles
- Respects Figma tokens (and using provider)
- Respects API principles, shorthands and slots handling
- No dependency on v0/v7
- Add tests - Conformance, Unit, and VR
- Bundle size fixtures
- Conformance tests
- Unit tests
- VR tests
- Accessibility behavior tests
- Write README.md covering basic usage
- Write initial MIGRATION.md guide (include v8 and v0)
- Set component ownership in CODEOWNERS
- Deliverable: Experimental component ready for partner use, component re-exported in
react-components
Validation
- Started validating
- Add and validate in UI Builder
- Add and validate in docs site
- Validate with token pipeline
- Validate in product
- Finalize migration guide
- Update README for Avatar and AvatarGroup to a single file: see issue
- Author codemods
- Deliverable: Preview component ready for broader/3rd party use