From 6c576690f51b3e1b7b6c04e0d0780c6612eece03 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 15 Apr 2021 16:43:44 -0400 Subject: [PATCH] Remove old ItemTableCell docs --- src/components/ItemTableCell/ItemTableCell.md | 38 ------------------- 1 file changed, 38 deletions(-) delete mode 100644 src/components/ItemTableCell/ItemTableCell.md diff --git a/src/components/ItemTableCell/ItemTableCell.md b/src/components/ItemTableCell/ItemTableCell.md deleted file mode 100644 index 5a3bcea..0000000 --- a/src/components/ItemTableCell/ItemTableCell.md +++ /dev/null @@ -1,38 +0,0 @@ -The ItemTableCell wraps an [MUI TableCell](https://material-ui.com/api/table-cell/) and adds styling. - -## Default Usage -```jsx -import { Paper } from '@material-ui/core'; -import ItemTableCell from "./ItemTableCell"; - - - - Hello, moto! - - -``` - -```jsx static - - - Hello, moto! - - -``` - -## Forwarded TableCell Props -Props can be passed to the TableCell component using the TableCellProps prop. -```jsx -import { Paper } from '@material-ui/core'; -import ItemTableCell from "./ItemTableCell"; - - - Hello, moto! - -``` - -```jsx static - - Hello, moto! - -``` \ No newline at end of file