Summary
Add Search from Material 3 to both m3-vue and m3-react.
Problem
Search is available in the M3 catalog but missing in both workspaces.
Scope
- Implement component API and rendering in
m3-vue.
- Implement equivalent API and behavior in
m3-react.
- Add Storybook docs and examples for both workspaces.
- Add tests and ensure parity between frameworks.
Acceptance Criteria
- Component is exported from both package entrypoints.
- Storybook has Docs and practical usage stories in both workspaces.
- ARIA semantics are documented in MDX.
- Lint, tests, and typecheck are green.
Reference
Summary
Add
Searchfrom Material 3 to bothm3-vueandm3-react.Problem
Searchis available in the M3 catalog but missing in both workspaces.Scope
m3-vue.m3-react.Acceptance Criteria
Reference