Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
@owlui/dropdown
Advanced tools
Toggle contextual overlays for displaying lists of links and more with the Bootstrap dropdown plugin
Toggle contextual overlays for displaying lists of links and more with the Bootstrap dropdown plugin
Import or create an array of item objects, where each item has an id (string), a label (string), and a value; pass the items to the Dropdown component as a prop.
import { component as Dropdown } from '@owlui/dropdown';
const items = [
{
id: '1',
label: 'Item 1',
value: 'item1',
},
{
id: '2',
label: 'Item 2',
value: undefined,
},
{
id: '3',
label: 'Item 3',
value: undefined,
},
];
<Dropdown items={items} />;
0.0.32 (2022-08-17)
Note: Version bump only for package @owlui/root
FAQs
Toggle contextual overlays for displaying lists of links and more with the Bootstrap dropdown plugin
We found that @owlui/dropdown demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Security News
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.