1.5.2 • Published 3 years ago

@domir/react-stacks v1.5.2

Weekly downloads
25
License
MIT
Repository
-
Last release
3 years ago

React stacks

Usage

<HStack spacing={8}>
	<Text>Hello</Text>
	<Text>World</Text>
</HStack>

<VStack spacing={8}>
	<Text>Hello</Text>
	<Text>World</Text>
</VStack>

Api

nametypedescription
spacingnumberspacing between elements in pixel, as soon as gap is available, we will use flex: gap instead
paddingnumberpadding around the stack
marginnumbermargin around the stack
flexbooleanflex property, set to 1 if stack should grow
alignItemsFlexAlignTypealign items in stack
justifyContentFlexJustifyTypejustify content in stack
debugbooleanadd a visual debug flag
1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.3.0

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago