-
Notifications
You must be signed in to change notification settings - Fork 791
feat: add React renderer and sample clients #367
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
base: main
Are you sure you want to change the base?
Conversation
abalmush
commented
Dec 19, 2025
- Add @a2ui/react renderer with ShadCN-inspired Tailwind components
- Implement core A2UI components: Text, Button, Card, Row, Column, List, etc.
- Add A2UIProvider and ThemeProvider context providers
- Add useA2UI and useDataBinding hooks for state management
- Include 64 unit tests with full coverage
- Add React sample clients: contact, restaurant, gallery, rizzcharts, orchestrator
- Add a2a-chat-canvas component for chat interfaces
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
400b938 to
1f5149d
Compare
1f5149d to
ed119d1
Compare
ed119d1 to
7787c79
Compare
7787c79 to
d06c61c
Compare
|
Great contribution to the project. |
hkulas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, would help our project as well!
- Add @a2ui/react renderer with ShadCN-inspired Tailwind components - Implement core A2UI components: Text, Button, Card, Row, Column, List, etc. - Add A2UIProvider and ThemeProvider context providers - Add useA2UI and useDataBinding hooks for state management - Include 64 unit tests with full coverage - Add React sample clients: contact, restaurant, gallery, rizzcharts, orchestrator - Add a2a-chat-canvas component for chat interfaces
d06c61c to
7bc084d
Compare
|
Hi @abalmush, |