Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS. https://headlessui.com
Find a file
Jordan Pittman 7c06d2b536 Bump Next
2025-12-11 20:12:40 -05:00
.github Create FUNDING.yml 2025-07-02 13:24:33 -04:00
jest Fix listbox closing immediately after opening on touch devices (#3755) 2025-07-23 13:20:50 +02:00
packages Don’t render <Portal>s while hydrating (#3825) 2025-12-04 13:51:01 -05:00
playgrounds add default input styles to playground 2025-07-30 15:41:04 +02:00
scripts Prepare for performance improvements (#3684) 2025-04-10 22:26:12 +02:00
.eslintignore setup monorepo 2020-09-16 18:19:33 +02:00
.gitignore Ensure playgrounds work + switch to npm workspaces (#2907) 2024-01-03 14:26:12 +01:00
.prettierignore Improve overal codebase, use modern tech like esbuild and TypeScript 4! (#1055) 2022-01-27 17:07:38 +01:00
.swcrc Improve overal codebase, use modern tech like esbuild and TypeScript 4! (#1055) 2022-01-27 17:07:38 +01:00
CHANGELOG.md Split CHANGELOG.md into file per package (#1516) 2022-05-28 18:25:41 +02:00
jest.config.cjs convert .js to .cjs 2022-01-31 12:29:27 +01:00
LICENSE setup monorepo 2020-09-16 18:19:33 +02:00
package-lock.json Bump Next 2025-12-11 20:12:40 -05:00
package.json Fix Combobox issue when using virtual mode (#3734) 2025-05-20 14:11:26 +00:00
README.md update READMEs 2025-07-02 22:51:35 +02:00

Headless UI

A set of completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.


Documentation

For full documentation, visit headlessui.com.

Installing the latest version

You can install the latest version by using:

  • npm install @headlessui/react@latest
  • npm install @headlessui/vue@latest

Installing the insiders version

You can install the insiders version (which points to whatever the latest commit on the main branch is) by using:

  • npm install @headlessui/react@insiders
  • npm install @headlessui/vue@insiders

Note: The insiders build doesn't follow semver and therefore doesn't guarantee that the APIs will be the same once they are released.

Packages

Name Version Downloads
@headlessui/react npm version npm downloads
@headlessui/vue npm version npm downloads
@headlessui/tailwindcss npm version npm downloads

Community

For help, discussion about best practices, or feature ideas:

Discuss Headless UI on GitHub

Contributing

If you're interested in contributing to Headless UI, please read our contributing docs before submitting a pull request.