-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Accordion][base-ui] Vertical Accordion Alignment #36297
Comments
Labelled |
Thanks, team! |
Awesome! |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note @kirill-develops How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey. |
Duplicates
Latest version
Summary 💡
Essentially your current accordion components but aligned vertically. The use cases are endless but an example would be a hero panel with an open accordion and as you click on the other accordions to expand, the open one shuts. Another use would be to have a horizontal list of cards with one open, and as you hover over the adjacent cards they expand.
I've provided multiple examples below:
example 1: hero bar implementation. features to add: click to expand or maintain expansion. after expansion becomes interactable in the case there are buttons or links and so on.
example 2: similar to above but in a card version
example 3: basic written style. the vertically aligned text is great addition
Examples 🌈
https://codepen.io/alvarotrigo/pen/eYyOLvd
https://codepen.io/alvarotrigo/pen/xxpKaXP
https://codepen.io/alvarotrigo/pen/jOYNvGP
Motivation 🔦
Building a dynamic page for travel location booking forms. My vision is to have a giant hero photo of the location with two vertical accordions on the right-hand side. the first accordion is the details of the location that expands halfway and shrinks the photo to 50%. the second accordion is the booking form that collapses both the image and details to the left
The text was updated successfully, but these errors were encountered: