diff --git a/website-next/docs/examples/display.mdx b/website-next/docs/examples/display.mdx index 97f80900..c3c2b016 100644 --- a/website-next/docs/examples/display.mdx +++ b/website-next/docs/examples/display.mdx @@ -2,4 +2,24 @@ sidebar_position: 4 --- +import Playground from '@site/src/components/Playground'; + # Display + +Display controls which layout specification to follow. + +**Flex (default)**: The CSS Flexible Box Model specification. + +**None**: The node is removed from the layout tree and will not be visible. + + + + + + +`} />