Add justify-between to Stack options
This commit is contained in:
@ -16,6 +16,7 @@ const spaces = {
|
||||
};
|
||||
|
||||
const justifyContentOptions = {
|
||||
between: 'justify-between',
|
||||
center: 'justify-center',
|
||||
end: 'justify-end',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user