Add missing variants to README.md (#2769)

This commit is contained in:
Nestor Vera
2023-09-25 12:48:59 +02:00
committed by GitHub
parent 0f34486064
commit d4a94cb564
+8 -7
View File
@@ -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: