Gathering detailed insights and metrics for @alicloud/console-base-rc-dropdown
Gathering detailed insights and metrics for @alicloud/console-base-rc-dropdown
Gathering detailed insights and metrics for @alicloud/console-base-rc-dropdown
Gathering detailed insights and metrics for @alicloud/console-base-rc-dropdown
AlibabaCloud ConsoleBase - 阿里云控制台基座
npm install @alicloud/console-base-rc-dropdown
Typescript
Module System
Node Version
NPM Version
TypeScript (90.14%)
Less (9.02%)
JavaScript (0.83%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
53 Stars
1,989 Commits
13 Forks
8 Watchers
15 Branches
8 Contributors
Updated on Apr 04, 2025
Latest Version
1.7.5
Package Id
@alicloud/console-base-rc-dropdown@1.7.5
Unpacked Size
90.44 kB
Size
19.87 kB
File Count
147
NPM Version
10.2.4
Node Version
18.19.1
Published on
Apr 01, 2025
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
9
3
14
1import Dropdown from '@alicloud/console-base-rc-dropdown'; 2 3<Dropdown {...props} />;
props
1interface DropdownProps { 2 // 内容 3 trigger: string | JSX.Element | ((visible: boolean) => JSX.Element); 4 header?: string | JSX.Element; 5 body?: string | JSX.Element; 6 footer?: string | JSX.Element; 7 // 长相 8 block?: boolean; // 整体的 display,默认为 inline-block 9 visible?: boolean; // 下拉是否可见(受控),如果 undefined 则表明不受控 10 align?: 'left' | 'right'; 11 width?: number; 12 offset?: [number, number]; 13 bodyPadding?: 'both' | 'top' | 'bottom' | 'none'; 14 // 其他 15 dropContainer?: 'inside' | 'body'; // 默认下拉节点是放在组件内部的,可以设置成 body 让它 portal 到 body 下 16 // 回调 17 onEsc?(): void; 18 onNavUp?(): void; 19 onNavDown?(): void; 20 onVisibleChange?(value: boolean): void; 21}
No vulnerabilities found.
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 6/16 approved changesets -- score normalized to 3
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
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
project is not fuzzed
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