scss-library/components/01_Layouts/flexRow/flexRow.config.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"
}
}
]
}