lostplaces-frontend/components/01_Atoms/button/button.config.json
2020-08-01 10:27:36 +02:00

14 lines
163 B
JSON

{
"title": "Button",
"context":{
"text": "Click me"
},
"variants": [
{
"name": "Cancel Button",
"context": {
"modifier": "--cancel"
}
}
]
}