Categories
How to add styled styles to body on click?
If body styles are set via createGlobalStyle, then how to add additional styles to body on click on the component button?
Answer the question
In order to leave comments, you need to log in
As everywhere:document.body.classList.add('some-class');
document.body.classList.add('some-class');
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question