Select
Property Schema
Key
Value
Notes
Select Schema
Key
Value
Notes
Item Schema
Key
Value
Notes
Return Value
Responsive
Return Value
Example
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
{
"title": "Button Text Size",
"id": "buttonTextSize",
"select": {
"default": "text-base",
"items": [{
"value": "text-sm",
"title": "Small"
}, {
"value": "text-base",
"title": "Medium"
}, {
"value": "text-lg",
"title": "Large"
}]
}
}{
"groups": [{
"title": "Button",
"properties": [{
"title": "Button Text Size",
"id": "buttonTextSize",
"select": {
"default": "text-base",
"items": [{
"value": "text-sm",
"title": "Small"
}, {
"value": "text-base",
"title": "Medium"
}, {
"value": "text-lg",
"title": "Large"
}]
}
}]
}]
}