forked from Semantic-Org/Semantic-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.json
More file actions
59 lines (59 loc) · 2.02 KB
/
header.json
File metadata and controls
59 lines (59 loc) · 2.02 KB
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
{
"Name": "Semantic Header",
"Description": "Headers provide a short summary of content",
"Definition": "Elements",
"Types": {
"Header": ".ui.header",
"Descriptive Headers": ".ui.header",
"Icon": ".ui.header",
"Page Headings": ".ui.header",
"Content Headings": ".ui.header"
},
"States": {},
"Variations": {
"Attached": [
"top attached",
"bottom attached"
],
"Floating": [
"right floated",
"left floated"
],
"Colors": [
"black",
"blue",
"red",
"green",
"purple",
"teal"
],
"Dividing": [
"dividing"
],
"Block": [
"black block"
],
"Inverted": [
"inverted black block",
"inverted blue block",
"inverted red block",
"inverted green block",
"inverted purple block",
"inverted teal block"
]
},
"Definitions": {
"Header": "A standard header",
"Descriptive Headers": "Headers may have sub headers containing further context to the section",
"Icon": "A header can be formatted to emphasize an icon",
"Page Headings": "Headers may be oriented to give the heirarchy of a section in the context of the page",
"Content Headings": "Headers may be oriented to give the importance of a section in the context of the content that surrounds it",
"Disabled": "A header can show that it is inactive",
"Attached": "A header can be attached to other content",
"Floating": "A header can sit to the left or right of other content",
"Colors": "A header can be formatted with different colors",
"Dividing": "A header can be formatted to divide itself from the content below it",
"Block": "A header can be formatted to create a block",
"Inverted": "A header can have its colors inverted for contrast"
}
}