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
Only allowed children are <post-breadcrumb-item> elements.
Notes
Renders a hidden section with the full length of items to check if there is enough space for all items before rendering the real items. If there is not enough space, ellipsis with a dropdown should render that lists all breadcrumb items but the last. If the last breadcrumb item does not have enough space to fully render, it should end in ellipsis. It should never overflow nor flow on two lines.
The content you are editing has changed. Please copy your edits and refresh the page.
Migrate the breadcrumb list component to the
packages/components
package.Proposed markup structure
Alternative markup structure to make it easier to put items in the dropdown and mark the last breadcrumb item:
Props
Default slot
Only allowed children are
<post-breadcrumb-item>
elements.Notes
💻 Tasks
The text was updated successfully, but these errors were encountered: