-
Notifications
You must be signed in to change notification settings - Fork 566
/
Copy pathOcticon.docs.json
44 lines (44 loc) · 1.19 KB
/
Octicon.docs.json
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
{
"id": "octicon",
"name": "Octicon",
"status": "alpha",
"a11yReviewed": false,
"stories": [],
"props": [
{
"name": "ariaLabel",
"type": "string",
"defaultValue": "",
"description": "Specifies the aria-label attribute, which is read verbatim by screen readers "
},
{
"name": "icon",
"type": "Component",
"defaultValue": "",
"description": "Checks the input by default in uncontrolled modeName of the [Octicon component](https://primer.style/octicons/) used in the"
},
{
"name": "color",
"type": "string",
"defaultValue": "",
"description": "Sets an override color for the Octicon. Compatible with colors from the [Primer color system](https://primer.style/primitives/colors).\""
},
{
"name": "size",
"type": "number",
"defaultValue": "16",
"description": "Sets the uniform `width` and `height` of the SVG element"
},
{
"name": "verticalAlign",
"type": "string",
"defaultValue": "text-bottom",
"description": "Sets the `vertical-align` CSS property"
},
{
"name": "sx",
"type": "SystemStyleObject"
}
],
"subcomponents": []
}