Skip to content

Commit

Permalink
Add MUI TableCell link to ItemTableCell stories
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Apr 19, 2021
1 parent f217e8c commit 07dd165
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/ItemTableCell/ItemTableCell.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
import ItemTableCell from "./ItemTableCell";
import { Paper } from '@material-ui/core';

The ItemTableCell wraps an [MUI TableCell](https://material-ui.com/api/table-cell/) and adds styling.



<Meta
title="Components/ItemTableCell"
component={ItemTableCell}
/>

The ItemTableCell wraps an [MUI TableCell](https://material-ui.com/api/table-cell/) and adds styling.

## Default
<Canvas>
<Story
Expand Down

0 comments on commit 07dd165

Please sign in to comment.