-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Tabs component #674
Tabs component #674
Conversation
This pull request is being automatically deployed with Vercel (learn more). headlessui-react – ./packages/@headlessui-react🔍 Inspect: https://vercel.com/tailwindlabs/headlessui-react/78qykE9zoxqqDb32xpkksabvXcej headlessui-vue – ./packages/@headlessui-vue🔍 Inspect: https://vercel.com/tailwindlabs/headlessui-vue/7uGN8qDsWNhQ2gzgxb3pxEamgZG4 |
1bef642
to
7b48a9a
Compare
7b48a9a
to
504f747
Compare
d099ebf
to
26bb2c9
Compare
26bb2c9
to
332d8da
Compare
332d8da
to
e81e160
Compare
@RobinMalfait Is there a way to install this as a package (since its merged into I tried searching on npm for a beta or an alpha, could not find any. |
@RobinMalfait This is awesome! @preetjdp you can install it via: npm install @headlessui/react@dev. This will install the latest development branch. |
This PR adds a new
Tabs
component. Here is how you can use it:React:
Vue: