Option for chevron shown in example? #245
Answered
by
glennflanagan
MillionIncredible
asked this question in
Q&A
-
Is there an option for the chevron shown in the example? |
Beta Was this translation helpful? Give feedback.
Answered by
glennflanagan
Feb 6, 2023
Replies: 2 comments 1 reply
-
Ah nevermind, it's done in css with :after, right? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The chevron is just applied using CSS in the example https://github.com/glennflanagan/react-collapsible/blob/develop/example/src/sass/components/_Collapsible.scss#L36 so you could use the same selectors to apply your own icon. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
glennflanagan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The chevron is just applied using CSS in the example https://github.com/glennflanagan/react-collapsible/blob/develop/example/src/sass/components/_Collapsible.scss#L36 so you could use the same selectors to apply your own icon.