🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@lendi-ui/menu-dropdown

Package Overview
Dependencies
Maintainers
44
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lendi-ui/menu-dropdown

A MenuDropdown component.

4.3.10
latest
npm
Version published
Maintainers
44
Created
Source

@lendi-ui/menu-dropdown

A MenuDropdown component.

Installation

yarn add @lendi-ui/menu-dropdown

Usage

import MenuDropdown from '@lendi-ui/menu-dropdown';

<MenuDropdown />;


## Properties

<PropTable>
  <PropTable.Entry name="iconBefore" type="MenuDropdown.Trigger" defaultValue="none" description="Icon before the Trigger"/>
  <PropTable.Entry name="iconAfter" type="MenuDropdown.Trigger" defaultValue="none" description="Icon after the Trigger"/>
  <PropTable.Entry name="size" type="MenuDropdown.Content.Item" defaultValue="md" description="Size of the Menu Dropdown Item"/>
  <PropTable.Entry name="onClick" type="MenuDropdown.Content.Item" defaultValue="none" description="Callback you pass down to be called when item is clicked"/>
  <PropTable.Entry name="icon" type="MenuDropdown.Content.Item" defaultValue="none" description="Icon for the content item"/>
</PropTable>

FAQs

Package last updated on 23 Mar 2023

Did you know?

Socket

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.

Install

Related posts