forked from Semantic-Org/Semantic-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdivider.json
More file actions
35 lines (35 loc) · 1.17 KB
/
divider.json
File metadata and controls
35 lines (35 loc) · 1.17 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
{
"Name": "Semantic Divider",
"Description": "A divider visually segments content into separate groups",
"Definition": "Elements",
"Types": {
"Divider": ".ui.divider",
"Vertical Divider": ".ui.vertical.divider",
"Horizontal Divider": ".ui.horizontal.divider",
"Icon Divider": ".ui.horizontal.icon.divider > .circular.heart.icon"
},
"Variations": {
"Inverted": [
"inverted"
],
"Fitted": [
"fitted"
],
"Section": [
"section"
],
"Clearing": [
"clearing"
]
},
"Definitions": {
"Divider": "A standard divider",
"Vertical Divider": "A divider can segment content vertically",
"Horizontal Divider": "A divider can segment content horizontally",
"Icon Divider": "A divider can include an icon",
"Inverted": "A divider can have its colors inverted",
"Fitted": "A divider can be fitted, without any space above or below it.",
"Section": "A divider can provide greater margins to divide sections of content",
"Clearing": "A divider can clear the contents above it"
}
}