26 lines
326 B
JSON
26 lines
326 B
JSON
{
|
|
"title": "FlexRow",
|
|
"context": {
|
|
"item-shadow" : "drop"
|
|
},
|
|
"variants": [
|
|
{
|
|
"name": "Horizontal",
|
|
"context": {
|
|
"modifier": "--horizontal"
|
|
}
|
|
},
|
|
{
|
|
"name": "Vertical",
|
|
"context": {
|
|
"modifier": "--vertical"
|
|
}
|
|
},
|
|
{
|
|
"name": "Wrap",
|
|
"context": {
|
|
"modifier": "--wrap"
|
|
}
|
|
}
|
|
]
|
|
} |