-
Hi, As the title says, can someone help me find a way to change the size of the Collapse components 'title' prop? |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Jun 13, 2021
Replies: 1 comment 2 replies
-
In case of JavaScript you could pass a JSX element in |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gordod26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In case of JavaScript you could pass a JSX element in
title
. You probably can't change the size oftitle
in TypeScript as it has a string only type.