Format and lint

This commit is contained in:
Joe 2020-05-27 14:28:05 +01:00
parent 5b45551304
commit 06fc8c1f04
1 changed files with 22 additions and 24 deletions

View File

@ -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",