We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some UI Library use specific attribute on element to switch color mode. Like <html color-mode="dark">
<html color-mode="dark">
Add a option allow user set the specific attribute on element.
I don't know there is any alternatives available
https://tdesign.tencent.com/vue-next/dark-mode-en#usage
The text was updated successfully, but these errors were encountered:
#215
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Some UI Library use specific attribute on element to switch color mode. Like
<html color-mode="dark">
Describe the solution you'd like
Add a option allow user set the specific attribute on element.
Describe alternatives you've considered
I don't know there is any alternatives available
Additional context
https://tdesign.tencent.com/vue-next/dark-mode-en#usage
The text was updated successfully, but these errors were encountered: