Skip to content

Commit

Permalink
docs(flexgrid): fix story ID in mdx docs (#13126)
Browse files Browse the repository at this point in the history
* docs(flexgrid): fix story ID in mdx docs

* docs(flexgrid): fix story ID in mdx docs

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] authored Feb 10, 2023
1 parent 5616bac commit dd06f4b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/react/src/components/Grid/FlexGrid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { FlexGrid, Row, Column } from '@carbon/react';
```

<Preview>
<Story id="components-flexgrid--responsive-grid" />
<Story id="elements-flexgrid--responsive-grid" />
</Preview>

## Overview
Expand Down Expand Up @@ -85,7 +85,7 @@ we will use the `sm`, `md`, and `lg` prop to specify how many columns the
`Column` components should span at the small, medium, and large breakpoints.

<Preview>
<Story id="components-flexgrid--responsive-grid" />
<Story id="elements-flexgrid--responsive-grid" />
</Preview>

## Grid modes
Expand All @@ -105,25 +105,25 @@ to mix-and-match certain grid modes to achieve a particular layout.
### Wide grid

<Preview>
<Story id="components-flexgrid--full-width" />
<Story id="elements-flexgrid--full-width" />
</Preview>

### Narrow grid

<Preview>
<Story id="components-flexgrid--narrow" />
<Story id="elements-flexgrid--narrow" />
</Preview>

### Condensed grid

<Preview>
<Story id="components-flexgrid--condensed" />
<Story id="elements-flexgrid--condensed" />
</Preview>

### Mix-and-match

<Preview>
<Story id="components-flexgrid--mixed-grid-modes" />
<Story id="elements-flexgrid--mixed-grid-modes" />
</Preview>

## Auto columns
Expand All @@ -143,7 +143,7 @@ components would span 50% each, four `Column` components would span 25% each,
and so on.

<Preview>
<Story id="components-flexgrid--auto-columns" />
<Story id="elements-flexgrid--auto-columns" />
</Preview>

## Offset columns
Expand All @@ -164,7 +164,7 @@ breakpoint. At the medium breakpoint, it will be offset by two columns.
```

<Preview>
<Story id="components-flexgrid--offset" />
<Story id="elements-flexgrid--offset" />
</Preview>

## Component API
Expand Down

0 comments on commit dd06f4b

Please sign in to comment.