In the manual, the segmented code is:
{
“title”: “Alignment”,
“id”: “alignment”,
“segmented”: {
“default”: {
“base”: “align-left”,
“md”: “align-center”
},
“items”: [{
“value”: “align-left”,
“icon”: “text.alignleft”
}, {
“value”: “align-center”,
“icon”: “text.aligncenter”,
“default”: true
}, {
“value”: “align-right”,
“icon”: “text.alignright”,
“title”: “Right”
}]
}
}
It gives this
I think the line “title”: “Right” has to be removed to get only the icons.