Divider
Divider make a divider line in snippet.
{
"id": "context-divider",
"type": "divider"
}
Property | Type | Example | Description | Required |
---|---|---|---|---|
id | string | context-divider | ID of component. ID should be unique in snippet. | true |
type | string | divider | Type of component. use divider | true |
Updated 12 months ago