
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@meveo-org/mv-breadcrumbs
Advanced tools
MvBreadcrumbs is a Meveo component (based on lit-element) that renders breadcrumb links.
MvBreadcrumbs is a Meveo component (based on lit-element) that renders breadcrumb links.
To experiment with the MvBreadcrumbs component.
demo.jsThe links to be displayed are passed into the component in an items object with the following structure:
{
label, -> the label of the current node/page, REQUIRED, e.g. "Accounts"
url, -> the url of the current node/page, OPTIONAL, e.g. "https://github.com/meveo-org/mv-breadcrumbs"
icon, -> the icon of the current node/page, OPTIONAL, e.g. html`<mv-fa icon="heart"></mv-fa>`
separator, -> the separator to be used between items, OPTIONAL, e.g. html`<mv-fa icon="angle-right"></mv-fa>` or "›" or ">"
links: [ -> array of links for each node/page in the breadcrumb history, fields are same as above, OPTIONAL
{
label,
url,
icon
}
]
}
const items = {
label: "mv-breadcrumbs",
icon: html`<mv-fa icon="bread-slice"></mv-fa>`,
url: "https://github.com/meveo-org/mv-breadcrumbs",
links: [
{
label: "github.com",
icon: html`<mv-fa icon="github-alt"></mv-fa>`,
url: "https://github.com"
},
{
label: "mv-frontend",
icon: html`<mv-fa icon="door-open"></mv-fa>`,
url: "https://github.com/meveo-org/mv-frontend"
}
]
};
<mv-breadcrumbs .items="${items}"></mv-breadcrumbs>
You can also check this demo
FAQs
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.