10 lines
162 B
JavaScript

Component({
props: {
className: '',
direction: 'row',
wrap: 'nowrap',
justify: 'start',
align: 'center',
alignContent: 'stretch'
}
});