Add justify-between to Stack options
This commit is contained in:
parent
602eaf1ec1
commit
d8f698242a
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ const spaces = {
|
|||
};
|
||||
|
||||
const justifyContentOptions = {
|
||||
between: 'justify-between',
|
||||
center: 'justify-center',
|
||||
end: 'justify-end',
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue