aboutsummaryrefslogtreecommitdiffstats
path: root/build/widget.json
blob: 6adddb121f554a80bc2281b6e9e2f825071a3430 (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
	"accordion": {
		"dependencies": [],
		"description": "Displays collapsible content panels for presenting information in a limited amount of space.",
		"keywords": [
			"navigation",
			"panel",
			"collapse",
			"expand"
		]
	},
	"autocomplete": {
		"dependencies": [ "menu", "position" ],
		"description": "Lists suggested words as the user is typing.",
		"keywords": [
			"form",
			"word",
			"predict",
			"suggest"
		]
	},
	"button": {
		"dependencies": [],
		"description": "Enhances a form with themable buttons.",
		"keywords": [
			"form",
			"radio",
			"checkbox"
		]
	},
	"dialog": {
		"dependencies": [ "button", "draggable", "position", "resizable" ],
		"description": "Displays customizable dialog windows.",
		"keywords": [
			"modal",
			"alert",
			"popup"
		]
	},
	"menu": {
		"dependencies": [ "position" ],
		"description": "Creates nestable menus.",
		"keywords": [
			"dropdown",
			"flyout"
		]
	},
	"mouse": {
		"dependencies": [],
		"description": "Abstracts mouse-based interactions to assist in creating certain widgets.",
		"keywords": [
			"abstraction"
		],
		"category": "core"
	},
	"progressbar": {
		"dependencies": [],
		"description": "Displays a status indicator for loading state, standard percentage, and other progress indicators.",
		"keywords": [
			"determinate",
			"status"
		]
	},
	"slider": {
		"dependencies": [ "mouse" ],
		"description": "Displays a flexible slider with ranges and accessibility via keyboard.",
		"keywords": [
			"form",
			"number",
			"range"
		]
	},
	"spinner": {
		"dependencies": [ "button" ],
		"description": "Displays buttons to easily input numbers via the keyboard or mouse.",
		"keywords": [
			"form",
			"number",
			"spinbutton",
			"stepper"
		]
	},
	"tabs": {
		"dependencies": [],
		"description": "Transforms a set of container elements into a tab structure.",
		"keywords": [
			"navigation",
			"panel",
			"collapse",
			"expand"
		]
	},
	"tooltip": {
		"dependencies": [ "position" ],
		"description": "Shows additional information for any element on hover or focus.",
		"keywords": []
	}
}