[Collapsible] Does it possible to add an offset? #1709
Unanswered
nicolas-bourles
asked this question in
Help
Replies: 1 comment 1 reply
-
Hi @nicolas-bourles, You can add the <Collapsible.Root>
<p>Part of the content</p>
<Collapsible.Content>
<p>Rest of the content...</p>
</Collapsible.Content>
</Collapsible.Root> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature request
Overview
Hello,
I need to implement a Collapsible component with a part of the content visible in the beginning. By default, the content is hidden with this component. But I need to create an animation from the part of the content visible to the entire content visible. It doen't work...
I tried to implement a default height for the closed state, like this following example below:
Here is the visual representation of that I need to do:
State "closed"
State "opened"
Thanks a lot by advance for your help.
Best Regards.
Beta Was this translation helpful? Give feedback.
All reactions