-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
base: main
Are you sure you want to change the base?
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 |
📝 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