
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-dropdown
Advanced tools
MvDropdown is a Meveo component (based on lit-element) that renders a dropdown container.
MvDropdown is a Meveo component (based on lit-element) that renders a dropdown container.
To experiment with the MvDropdown component.
Clone this repo.
Serve the project from the root directory with some http server (best served with meveo itself)
Update the dropdown demo component in demo.js file
<mv-dropdown
container // indicates the main container of the dropdown
hover // indicates that the dropdown responds to hover events
toggle // indicates whether clicking on the trigger toggles the menu on and off
justify="left" // the alignment of the menu, i.e. if set to left, the left side
// of the menu is aligned to the left side of the trigger
position="bottom" // indicates where the dropdown appears with respect to the trigger
theme="light" // the theme of the dropdown
>
<mv-dropdown
trigger // indicates that this will contain the trigger
// the trigger can be as simple as a text or can be any element/component.
>Trigger</mv-dropdown>
<mv-dropdown
header // indicates that this is a header
theme="light"
>Header</mv-dropdown>
<mv-dropdown
content // indicates that this is the content of the dropdown
theme="light"
>
// dropdown content goes here...
</mv-dropdown>
<mv-dropdown
footer // indicates that this is the footer
>Footer</mv-dropdown>
</mv-dropdown>
justify values include:
left, center, right
default value: left
position values include:
top, bottom
default value: bottom
theme values include:
dark, light
default value: dark
You can also check this demo
FAQs
MvDropdown is a Meveo component (based on lit-element) that renders a dropdown container.
We found that @meveo-org/mv-dropdown demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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