17 lines
190 B
JSON
17 lines
190 B
JSON
|
{
|
||
|
"title": "TextField",
|
||
|
"variants": [
|
||
|
{
|
||
|
"name": "default",
|
||
|
"context": {
|
||
|
"type": "text"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "Password",
|
||
|
"context": {
|
||
|
"type": "password"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|