import { Meta } from '@storybook/blocks';
import { parameters } from '../../../utils/docsPage.js';
import CopyTable from '../../../docs-components/CopyTable/Table.jsx';
import { cssStringToTableArray } from '../../../utils/parseCss';
import alignContent from '../../../../scss/tokens/layout/flex/_align-content.scss?raw';
import alignItems from '../../../../scss/tokens/layout/flex/_align-items.scss?raw';
import alignSelf from '../../../../scss/tokens/layout/flex/_align-self.scss?raw';
import flexDirection from '../../../../scss/tokens/layout/flex/_flex-direction.scss?raw';
import flexGrow from '../../../../scss/tokens/layout/flex/_flex-grow.scss?raw';
import flexShrink from '../../../../scss/tokens/layout/flex/_flex-shrink.scss?raw';
import flexWrap from '../../../../scss/tokens/layout/flex/_flex-wrap.scss?raw';
import flex from '../../../../scss/tokens/layout/flex/_flex.scss?raw';
import justifyContent from '../../../../scss/tokens/layout/flex/_justify-content.scss?raw';
import justifyItems from '../../../../scss/tokens/layout/flex/_justify-items.scss?raw';
import justifySelf from '../../../../scss/tokens/layout/flex/_justify-self.scss?raw';
# Flexbox tokens
Flexbox is a modern way to lay out elements on your page while controling their alignment, distribution, space between and more. If flexbox is new, checkout the excellent [CSS tricks guide](https://css-tricks.com/snippets/css/a-guide-to-flexbox/).
Our style library provides these flexbox utility classes: