About this project

Headless UI is a set of completely unstyled, fully accessible UI components designed to integrate beautifully with Tailwind CSS. It is developed by Tailwind Labs and provides components for React and Vue. The repository contains three main packages: - `@headlessui/react` – React components - `@headlessui/vue` – Vue components - `@headlessui/tailwindcss` – a Tailwind CSS plugin Full documentation is available at [headlessui.com](https://headlessui.com). Installation: - Latest stable version: `npm install @headlessui/react@latest` or `npm install @headlessui/vue@latest` - Insiders version (points to the latest commit on the main branch): `npm install @headlessui/react@insiders` or `npm install @headlessui/vue@insiders`. Note that the insiders build does not follow semver and APIs may change before release. Community support and discussion are available via [GitHub Discussions](https://github.com/tailwindlabs/headlessui/discussions). For contributing, please read the [contributing docs](https://github.com/tailwindlabs/headlessui/blob/main/.github/CONTRIBUTING.md) before submitting a pull request.