@n8d/htwoo-patterns
Version:
hTWOo Patterns to setup custom style guide
51 lines • 1.21 kB
JSON
{
"ddToggleClass": "",
"options": [
{
"groupname": "Fruits",
"options": [{
"key": "Apple",
"value": "Apple",
"disabled": "is-disabled"
},
{
"key": "Lime",
"value": "Lime",
"disabled": ""
},
{
"key": "Banana",
"value": "Banana",
"disabled": ""
},
{
"key": "Orange",
"value": "Orange",
"disabled": ""
}]
},
{
"groupname": "Fruit Icons",
"options": [{
"key": "🍎",
"value": "Apple",
"disabled": ""
},
{
"key": "🍋",
"value": "Lime",
"disabled": ""
},
{
"key": "🍌",
"value": "Banana",
"disabled": ""
},
{
"key": "🍊",
"value": "Orange",
"disabled": ""
}]
}
]
}