Wrong data attribute for button example in documentation #3717
roydigerhund
started this conversation in
General
Replies: 1 comment
-
The example still seems to be wrong, is there no way to propose a change for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've stumbled across a wrong data attribute in the Button Preview.
The preview button has the class
data-open:bg-gray-700
butdata-open
is not valid option for the button component.I think it should be
data-active:bg-gray-700
instead.Is there a way to propose a change? I can't find a GitHub repository for the documentation of Headless UI.
Beta Was this translation helpful? Give feedback.
All reactions