import { Meta, Story, ArgsTable, Canvas } from '@storybook/addon-docs/blocks';
import { Span } from './span.component';
import {
  FlowPropsTable,
  ExternalReferenceLink,
} from '../../../../utils/storybook/docs-support';

<Meta title="Components/Typography/Span" component={Span} />

# Span

Use this element for inline text styling.

## Default

<Canvas>
  <Story id="components-typography-span--default" />
</Canvas>

## Supported Property Mixins

### Spacing

<Canvas>
  <Story id="components-typography-span--mixins-spacing" />
</Canvas>

## Props

<FlowPropsTable ofComponent={Span} />

## External Reference

<ExternalReferenceLink src="" type="figma" />
<ExternalReferenceLink
  src="https://github.com/wealthsimple/patchwork/tree/master/core/typography/span"
  type="github"
/>
