0.1.1 • Published 6 years ago

scorpio-menu v0.1.1

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

scorpio-menu

NPM

查看demo

介绍

基于react的右键菜单

安装

npm i scorpio-menu

Attributes

参数类型默认值说明
dataobject[]-菜单数据,看下面详情
showbooleanfalse显示/隐藏
onCloseFunction(e: React.MouseEvent)-隐藏按钮时的回调(点击非按钮区域)
onMenuClickFunction(d: data)-点击某一选中菜单的回调,回调参数为菜单data数据

data对象

key说明
label菜单显示名称
disabled是否禁用
subMenu子菜单object
0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago