Skip to content
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

Breadcrumbs component #77

Open
nicosammito opened this issue Feb 27, 2024 · 1 comment
Open

Breadcrumbs component #77

nicosammito opened this issue Feb 27, 2024 · 1 comment
Assignees

Comments

@nicosammito
Copy link
Contributor

A Breadcrumbs component is a simple flex container with the possibility to define a separator between each child.

The Breadcrumbs.Item component is designs similar to the Badge component but with a hover and active state, where just the text gets underlined. The html element on which the item is based on is the an element.

<Breadcrumbs>

   <Breadcrumbs.Item href=“/”>
       <IconHome/>
   </Breadcrumbs.Item>

   <Breadcrumbs.Item href=“/posts”>
       Posts
   </Breadcrumbs.Item>
</Breadcrumbs>
@nicosammito nicosammito added the enhancement New feature or request label Feb 27, 2024
@nicosammito
Copy link
Contributor Author

image

@nicosammito nicosammito assigned nicosammito and unassigned Knerio Mar 4, 2024
@nicosammito nicosammito removed their assignment Oct 22, 2024
@nicosammito nicosammito self-assigned this Nov 5, 2024
@nicosammito nicosammito removed the enhancement New feature or request label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants