question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Breadcrumb shows leading arrow when there's no icon

See original GitHub issue

The issue: I’d expect there not to be an arrow to the left of the first element

image

<Breadcrumb>
    <Breadcrumb.Item>
        AAA
    </Breadcrumb.Item>
    <Breadcrumb.Item>
        BBB
    </Breadcrumb.Item>
    <Breadcrumb.Item>
        CCC
    </Breadcrumb.Item>
    <Breadcrumb.Item>
        DDD
    </Breadcrumb.Item>
    <Breadcrumb.Item>
        EEE
    </Breadcrumb.Item>
</Breadcrumb>

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
tzusmancommented, Jul 6, 2022

@rluders I created a new Vite app, but it worked properly when it wasn’t within the context of my app. I’ll try to dig into it and see if I can find the culprit.

0reactions
rluderscommented, Jul 6, 2022

AFAIK, it is working properly. I’ll close this issue, but feel free to reopen it if you fond anything that could be caused by the library.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Request] Breadcrumbs as minimal as only showing arrow icon ...
I've tried it just now. No, it hides breadcrumbs completely. I still want the breadcrumbs but only the arrow icon left; without the...
Read more >
Breadcrumb component doesn't show arrow icon (>) #2228
Breadcrumb component doesn't show arrow icon (>) #2228 ... a page under us/en and add breadcrumb component. It will not show > as...
Read more >
RTL support: breadcrumb arrow displayed in wrong direction
i'm playing with my theme and make it RTL'ized... and found some more issues in core. Some might say this can solved directly...
Read more >
Breadcrumbs In Web Design: Examples And Best Practices
A “breadcrumb” (or “breadcrumb trail”) is a type of secondary navigation scheme that reveals the user's location in a website or Web application ......
Read more >
Breadcrumb Navigation with CSS Triangles
Because the top and bottom borders are 50px each, that makes the height of the arrow 100px. 100px is far taller than our...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found