Gathering detailed insights and metrics for @jimengio/dropdown
Gathering detailed insights and metrics for @jimengio/dropdown
Gathering detailed insights and metrics for @jimengio/dropdown
Gathering detailed insights and metrics for @jimengio/dropdown
npm install @jimengio/dropdown
Typescript
Module System
Node Version
NPM Version
reduce assumed card width
Updated on Nov 03, 2020
add solution for custom theme
Updated on Jul 02, 2020
add data-action and data-area hooks
Updated on Jul 01, 2020
Default emptylocale
Updated on Jun 12, 2020
Stable release of showArrow
Updated on May 13, 2020
switch to showArrow and refine margins
Updated on May 13, 2020
TypeScript (90.67%)
JavaScript (8.68%)
EJS (0.48%)
CSS (0.17%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
161 Commits
4 Watchers
22 Branches
5 Contributors
Updated on Feb 20, 2022
Latest Version
0.1.41-a1
Package Id
@jimengio/dropdown@0.1.41-a1
Unpacked Size
63.35 kB
Size
17.08 kB
File Count
32
NPM Version
6.14.8
Node Version
12.19.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
45
A collection of components of displaying information.
In the migration... original: meson-display
1yarn add @jimengio/dropdown
Demos http://fe.jimu.io/dropdown/#/dropdown-area
1import { DropdownArea } from "@jimengio/dropdown" 2 3// make sure you got container element in HTML 4// <div class="meson-dropdown-container"></div> 5 6<DropdownArea className={styleTrigger} renderContent={(onClose) => "Some content"} hideClose> 7 <div>No close button</div> 8</DropdownArea>
1let items: IMenuListItem[] = [ 2 { 3 value: "a", 4 title: "A", 5 }, 6 { 7 value: "b", 8 title: "使用 optionLabelProp 指定回填到选择框的 Option 属性。uses B", 9 }, 10 { 11 value: "c", 12 title: "多选,从已有条目中选择。", 13 }, 14 { 15 value: "d", 16 title: "弹出一个下拉菜单给用户选择操作,用于代替原生的选择器,或者需要一个更优雅的多选器时。", 17 }, 18]; 19 20<DropdownMenu className={styleShortInput} 21 value={selected} 22 allowClear={false} 23 items={items} 24 onSelect={(value) => setSelected(value as string)} 25 disabled={false} 26 placeholder={"请选择"} 27 emptyLocale={"没有数据"} />
https://github.com/jimengio/ts-workflow
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/14 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
79 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More