A utility component for creating flex layouts
Features
- Control the space between children.
- Control the alignment of children.
- Control the orientation of children.
Adheres to our spacing tokens.
Basic usage
First, import the component.
import {Flex} from '@pleo-io/telescope'
Then use it, like so:
API reference
The component accepts the following props.
This component doesn't accept any custom props.