Format and lint
This commit is contained in:
parent
5b45551304
commit
06fc8c1f04
|
@ -16,7 +16,7 @@ export const layout = [
|
|||
options: [
|
||||
{ label: "Select Option", value: "Na" },
|
||||
{ label: "Flex", value: "flex" },
|
||||
{ label: "Inline Flex", value: "inline-flex" }
|
||||
{ label: "Inline Flex", value: "inline-flex" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -32,7 +32,8 @@ export const layout = [
|
|||
{ label: "Column Reverse", value: "columnReverse" },
|
||||
],
|
||||
},
|
||||
{ label: "Justify",
|
||||
{
|
||||
label: "Justify",
|
||||
key: "justify-content",
|
||||
control: OptionSelect,
|
||||
initialValue: "Select Option",
|
||||
|
@ -46,7 +47,8 @@ export const layout = [
|
|||
{ label: "Space Evenly", value: "space-evenly" },
|
||||
],
|
||||
},
|
||||
{ label: "Align",
|
||||
{
|
||||
label: "Align",
|
||||
key: "align-items",
|
||||
control: OptionSelect,
|
||||
initialValue: "Select Option",
|
||||
|
@ -68,7 +70,7 @@ export const layout = [
|
|||
{ label: "Select Option", value: "Na" },
|
||||
{ label: "Wrap", value: "wrap" },
|
||||
{ label: "No Wrap", value: "nowrap" },
|
||||
{ label: "Wrap Reverse", value: "wrap-reverse" }
|
||||
{ label: "Wrap Reverse", value: "wrap-reverse" },
|
||||
],
|
||||
},
|
||||
]
|
||||
|
@ -80,11 +82,7 @@ const spacingMeta = [
|
|||
{ placeholder: "T" },
|
||||
]
|
||||
export const spacing = [
|
||||
{ label: "Margin",
|
||||
key: "margin",
|
||||
control: InputGroup,
|
||||
meta: spacingMeta
|
||||
},
|
||||
{ label: "Margin", key: "margin", control: InputGroup, meta: spacingMeta },
|
||||
{
|
||||
label: "Padding",
|
||||
key: "padding",
|
||||
|
|
Loading…
Reference in New Issue