mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 06:41:49 +08:00
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:
@ -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';
|
||||
|
Reference in New Issue
Block a user