From d4a94cb5647d9e11ffc72d92033d43cbc3361da7 Mon Sep 17 00:00:00 2001 From: Nestor Vera Date: Mon, 25 Sep 2023 12:48:59 +0200 Subject: [PATCH] Add missing variants to `README.md` (#2769) --- packages/@headlessui-tailwindcss/README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/@headlessui-tailwindcss/README.md b/packages/@headlessui-tailwindcss/README.md index c3b4584d51..3f7c46c10f 100644 --- a/packages/@headlessui-tailwindcss/README.md +++ b/packages/@headlessui-tailwindcss/README.md @@ -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: