
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
@meveo-org/mv-listbox
Advanced tools
MvListbox is a Meveo listbox component (based on lit-element) that renders a list of items.
MvListbox is a Meveo listbox component (based on lit-element) that renders a list of items.
To experiment with the MvListbox component.
Clone this repo.
Serve the project from the root directory with some http server (best served with meveo itself)
Update the listbox demo component in demo.js file
<mv-listbox
list // this marks the main list
.theme="${this.theme}" // chooses between "light" and "dark" theme, default: "light"
>
<mv-listbox
label // this marks the header label of the list
>Main label</mv-listbox>
<mv-listbox
item // this marks a list item
>Main item</mv-listbox>
<mv-listbox
group // this marks a group
open // this indicates whether the group is open or not, when open, its contents are
// shown below it
>
<mv-listbox
label // this marks the label of the group
>Group label</mv-listbox>
<mv-listbox
item // this marks a group item which appears when the group is open
>Group item</mv-listbox>
</mv-listbox>
<mv-listbox
footer // this marks the list footer
>Footer content</mv-listbox>
</mv-listbox>
You can also check this demo
Demo data derived from Moogle API
FAQs
MvListbox is a Meveo listbox component (based on lit-element) that renders a list of items.
We found that @meveo-org/mv-listbox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies