-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 810 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "@trendmicro/react-dropdown",
"description": "React Dropdown component",
"theme": "minimalism",
"homepage": "https://github.com/trendmicro-frontend/react-dropdown",
"snapshots": [
"./snapshots/dropdown-buttons.png",
"./snapshots/dropdown-menu.png",
"./snapshots/dropdown-disabled.png",
"./snapshots/dropdown-divider.png",
"./snapshots/dropdown-single-selection.png",
"./snapshots/dropdown-multiple-selection.png",
"./snapshots/dropdown-header.png",
"./snapshots/dropdown-icon.png",
"./snapshots/dropdown-badge.png",
"./snapshots/dropdown-multi-level-dropdown.png",
"./snapshots/dropdown-scrollable.png",
"./snapshots/dropdown-search-filter.png"
],
"keywords": [
"dropdown",
"react",
"react-dropdown"
],
"license": "MIT"
}