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

17 lines
190 B
JSON
Raw Normal View History

2020-07-31 22:22:17 +02:00
{
"title": "TextField",
"variants": [
{
"name": "default",
"context": {
"type": "text"
}
},
{
"name": "Password",
"context": {
"type": "password"
}
}
]
}