Stack: Improve layout (#75144)

* stack test cases

* more example

* Make changes to Stack

* Update mdx

* Add forwardRef

* Export Vertical and Horizontal components

* Fix spelling mistake

* PR feedback

* Fix export

* horizantal and vertical to row and column

* Fix failing import

---------

Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
Co-authored-by: joshhunt <josh@trtr.co>
This commit is contained in:
Tobias Skarhed
2023-09-22 16:56:07 +02:00
committed by GitHub
parent cfd468bcdd
commit 10a874ba6a
6 changed files with 234 additions and 15 deletions

View File

@ -12,4 +12,4 @@
export * from './components/Layout/Box/Box';
export * from './components/Layout/Flex/Flex';
export { Stack } from './components/Layout/Stack/Stack';
export { Stack, HorizontalStack } from './components/Layout/Stack';