You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume ability to link to a specific section? Fair enough, but let's do it quick - just move all into section or make expandable blocks linkable - I think it should not be a problem and we could do it quick cc @iterative/websites
I have used this beautiful package https://www.npmjs.com/package/rc-collapse to implement and manage accordions. @julieg18 You can probably consume this or draw some insights/inspiration from this package for your custom component.
@jorgeorpinel@julieg18
Yeah, we can auto-expand them using #anchored link (assuming this link navigates to the section hosting these details)
The section upon mount checks if it's in the view from the fragment URL and can appropriately initialize its state which decides if the detail block should be expanded or not.
I hope this helps.
Thanks!
Further, I would love to discuss and contribute in whatever scope possible
From @shcheklein in #3299
This should be doable since we use a custom component to create our expandable sections!
The text was updated successfully, but these errors were encountered: