Skip to content

Commit

Permalink
Add missing variants to README.md (#2769)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknug authored Sep 25, 2023
1 parent 0f34486 commit d4a94cb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions packages/@headlessui-tailwindcss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ module.exports = {
Use Tailwind CSS utilities for styling the components based on their state. You can use the
following variants:

| Variant | Inverse variant |
| ------------- | ----------------- |
| `ui-open` | `ui-not-open` |
| `ui-checked` | `ui-not-checked` |
| `ui-selected` | `ui-not-selected` |
| `ui-active` | `ui-not-active` |
| `ui-disabled` | `ui-not-disabled` |
| Variant | Inverse variant |
| ------------------ | ---------------------- |
| `ui-open` | `ui-not-open` |
| `ui-checked` | `ui-not-checked` |
| `ui-selected` | `ui-not-selected` |
| `ui-active` | `ui-not-active` |
| `ui-disabled` | `ui-not-disabled` |
| `ui-focus-visible` | `ui-not-focus-visible` |

Example:

Expand Down

2 comments on commit d4a94cb

@vercel
Copy link

@vercel vercel bot commented on d4a94cb Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

headlessui-vue – ./packages/playground-vue

headlessui-vue.vercel.app
headlessui-vue-tailwindlabs.vercel.app
headlessui-vue-git-main-tailwindlabs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d4a94cb Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

headlessui-react – ./packages/playground-react

headlessui-react.vercel.app
headlessui-react-tailwindlabs.vercel.app
headlessui-react-git-main-tailwindlabs.vercel.app

Please sign in to comment.