-
-
Notifications
You must be signed in to change notification settings - Fork 233
feat: add Hono JSX wrapper #2583
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
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Nice. Never thought about this. It’s an interesting use case for Zag. Could you create a single component example so we can test it out? |
5270935 to
e269068
Compare
|
Hi @segunadebayo, I've created an example project in |
|
After much consideration, I'd prefer we keep this a community project instead of baking it into zag.js Just like this Ripple.js support: https://github.com/anubra266/zag-ripple Feel free to create a dedicated repo for the project and share it with the world. Thanks for understanding |
📝 Description
This PR adds a wrapper for Hono JSX. I believe Hono is a very attractive library, but as far as I know, there are no component libraries that support Hono JSX. Making integration with zag easier will be beneficial for users of both libraries.
🚀 New behavior
Hono users can now become zaggers by using
@zag-js/hono-jsx.💣 Is this a breaking change (Yes/No):
No.
📝 Additional Information