react-dropdown-advanced:先进的React Dropdown组件

时间:2024-05-17 07:08:46
【文件属性】:

文件名称:react-dropdown-advanced:先进的React Dropdown组件

文件大小:838KB

文件格式:ZIP

更新时间:2024-05-17 07:08:46

TypeScript

先进的React Dropdown组件 主要特征 迎合不同类型的下拉菜单项(操作,检查,标题,分隔符) 懒惰地回叫下拉菜单项(同步或异步!) 关闭下拉菜单后,下拉菜单项将从标记中删除 在检查,单击,打开/关闭等方面引发了各种生命周期事件 弹出位置是可配置的(左/右/上/下) 可以通过使用任何html元素作为源代码通过代码创建下拉列表 可以通过代码关闭弹出窗口 以及更多! 演示版 看看以检出它! 打字稿 因为我相信类型安全代码! 下面的代码段摘录自我的Typescript测试项目。 捆绑包中现已包含一个index.d.ts文件,该文件应在您的代码中提供intellisense。 使用下拉菜单 基本的“固定”下拉项 ... // specify some fixed items this . fixedItems . push ( new ActionItem ( "A" , "Holi


【文件预览】:
react-dropdown-advanced-master
----.gitignore(153B)
----.babelrc(27B)
----package.json(1KB)
----src()
--------components()
--------init.tsx(11KB)
--------utils.ts(2KB)
--------styles()
--------index.tsx(375B)
--------data.tsx(5KB)
--------index.d.ts(3KB)
----webpack.config.js(2KB)
----dist()
--------bundle.js.map(393KB)
--------af7ae505a9eed503f8b8e6982036873e.woff2(75KB)
--------index.html(11KB)
--------fee66e712a8a08eef5805a46892932ad.woff(96KB)
--------b06871f281fee6b241d60582ae9369b9.ttf(162KB)
--------912ec66d7572ff821749319396470bde.svg(434KB)
--------bundle.js(171KB)
--------674f50d287a8c48dc19ba404d20fe713.eot(162KB)
----LICENSE(1KB)
----tsconfig.json(244B)
----README.md(18KB)
----index.html(11KB)
----pics()
--------OptionsComplex.PNG(6KB)
--------FixedItems.PNG(3KB)
--------AlignTextBoth.PNG(62KB)
--------AlignTextTrue.PNG(3KB)
--------CustomStyling.PNG(7KB)
--------Tooltip.PNG(2KB)
--------AlignTextFalse.PNG(3KB)
--------OptionsComplex2.PNG(10KB)
--------OptionsMedium.PNG(5KB)
--------merged.PNG(29KB)
--------DynamicItems.PNG(3KB)
--------MaterialIcons.PNG(5KB)
--------OptionsSimple.PNG(3KB)
--------RightImages.PNG(6KB)
--------OptionsSimple2.PNG(4KB)
--------OptionsComplex3.PNG(11KB)

网友评论