Segmented
{
"title": "Button Style",
"id": "buttonStyle",
"segmented": {
"default": "solid",
"items": [{
"value": "solid",
"icon": "rectangle.fill"
}, {
"value": "outline",
"icon": "rectangle"
}, {
"value": "ghost",
"icon": "square.dashed"
}]
}
}{
"groups": [{
"title": "Button",
"properties": [{
"title": "Button Style",
"id": "buttonStyle",
"segmented": {
"default": "solid",
"items": [{
"value": "solid",
"icon": "rectangle.fill"
}, {
"value": "outline",
"icon": "rectangle"
}, {
"value": "ghost",
"icon": "square.dashed"
}]
}
}]
}]
}{
"groups": [{
"title": "Layout",
"properties": [{
"title": "Content Alignment",
"id": "contentAlignment",
"segmented": {
"items": [{
"value": "text-left",
"title": "Left"
}, {
"value": "text-center",
"title": "Center",
"default": true
}, {
"value": "text-right",
"title": "Right"
}]
}
}]
}]
}Last updated
Was this helpful?

