Skip to contentSkip to navigationSkip to topbar
Paste assistant Assistant
Figma
Star

Flex

Version 8.1.0GithubStorybook

A primitive component that can be used to build flexbox based elements and layouts.

Installation

Installation page anchor
yarn add @twilio-paste/flex - or - yarn add @twilio-paste/core
import {Flex} from '@twilio-paste/core/flex';

const Component = () => <Flex>Foo</Flex>;

Flex

Flex page anchor