lostplaces-frontend/components/01_Atoms/button/button.config.json

14 lines
163 B
JSON
Raw Normal View History

2020-07-31 22:22:17 +02:00
{
2020-08-01 10:27:36 +02:00
"title": "Button",
"context":{
"text": "Click me"
},
"variants": [
{
"name": "Cancel Button",
"context": {
"modifier": "--cancel"
}
}
]
2020-07-31 22:22:17 +02:00
}