-
I am trying to implement something like the Boostrap's collapse/expand. The closest one is |
Beta Was this translation helpful? Give feedback.
Answered by
JustSlone
Mar 18, 2021
Replies: 1 comment 3 replies
-
This sounds like an Accordion component. You'd probably have to roll your own using a chevron and a stack or div it's fairly simple to do in limited cases. We are working on one for Fluent UI vNext - https://github.com/microsoft/fluentui/blob/master/packages/react-accordion/Spec.md |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
khmakoto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This sounds like an Accordion component. You'd probably have to roll your own using a chevron and a stack or div it's fairly simple to do in limited cases.
We are working on one for Fluent UI vNext - https://github.com/microsoft/fluentui/blob/master/packages/react-accordion/Spec.md