File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
packages/@headlessui-tailwindcss Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,14 @@ module.exports = {
39
39
Use Tailwind CSS utilities for styling the components based on their state. You can use the
40
40
following variants:
41
41
42
- | Variant | Inverse variant |
43
- | ------------- | ----------------- |
44
- | ` ui-open ` | ` ui-not-open ` |
45
- | ` ui-checked ` | ` ui-not-checked ` |
46
- | ` ui-selected ` | ` ui-not-selected ` |
47
- | ` ui-active ` | ` ui-not-active ` |
48
- | ` ui-disabled ` | ` ui-not-disabled ` |
42
+ | Variant | Inverse variant |
43
+ | ------------------ | ---------------------- |
44
+ | ` ui-open ` | ` ui-not-open ` |
45
+ | ` ui-checked ` | ` ui-not-checked ` |
46
+ | ` ui-selected ` | ` ui-not-selected ` |
47
+ | ` ui-active ` | ` ui-not-active ` |
48
+ | ` ui-disabled ` | ` ui-not-disabled ` |
49
+ | ` ui-focus-visible ` | ` ui-not-focus-visible ` |
49
50
50
51
Example:
51
52
You can’t perform that action at this time.
0 commit comments