From 75d3597d6663b8385b5123eeb4627a250e1cf738 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Wed, 14 Apr 2021 11:54:37 -0400 Subject: [PATCH] Remove old CurrentBreakPoint docs --- .../CurrentBreakPoint/CurrentBreakPoint.md | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 src/components/CurrentBreakPoint/CurrentBreakPoint.md diff --git a/src/components/CurrentBreakPoint/CurrentBreakPoint.md b/src/components/CurrentBreakPoint/CurrentBreakPoint.md deleted file mode 100644 index e171028..0000000 --- a/src/components/CurrentBreakPoint/CurrentBreakPoint.md +++ /dev/null @@ -1,30 +0,0 @@ -Displays the MUI theme breakpoints and whether or not they are active. This is a utility component meant to make UI development easier, not as a UI element for production code. - -It must be used under a [ThemeProvider](https://material-ui.com/styles/api/#themeprovider). - ---- - -```jsx -import { ThemeProvider } from '@material-ui/core/styles'; -import { Paper, makeStyles } from '@material-ui/core'; -import webqueue2Theme from "../../theme.js"; -import CurrentBreakPoint from "./CurrentBreakPoint"; - -const theme = webqueue2Theme(false); - -const useStyles = makeStyles({ - paperPadding: { - padding: theme.spacing(1) - } -}); -const classes = useStyles(); - - - - - - -``` -```jsx static - -``` \ No newline at end of file