@wordpress/components
Version:
UI components for WordPress.
24 lines (12 loc) • 427 B
Markdown
# FlexItem
> **Experimental!**
A layout component to contain items of a fixed width within `Flex`.
## Usage
See [`flex/README.md#usage`](/packages/components/src/flex/README.md#usage) for how to use `FlexItem`.
## Props
### display
**Type**: `[CSSProperties['display']]`
The CSS display property of `FlexItem`.
### isBlock
**Type**: `[boolean]`
Determins if `FlexItem` should render as an adaptive full-width block.