Grafana UI: Stack component (#73593)

* Add Stack component and sotry

* Add item

* Add MDX and story

* Add forwardRef

* Add usage instructions

* Remove story

* Update docs

* Add unstable export

* Fix story

* Update default values and mdx

* Change export
This commit is contained in:
Tobias Skarhed
2023-08-29 13:59:13 +02:00
committed by GitHub
parent c9323e303d
commit 43be03a2d8
4 changed files with 88 additions and 0 deletions

View File

@ -10,3 +10,5 @@
*/
export * from './components/Flex/Flex';
export { Stack } from './components/Stack/Stack';