Skip to content

Add class to props.class #15636

Answered by brunnerh
Vulcagon asked this question in Q&A
Discussion options

You must be logged in to vote

Objects and arrays are flattened by clsx, so if the component uses the class prop "correctly", you should be able to do:

<ChildComponent {...props} class={['new-class', props.class]} />

(You can also split off the class if you want to switch the order.)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Vulcagon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants