You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.2 KiB
35 lines
1.2 KiB
{
|
|
"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"
|
|
}
|
|
}
|