From fa2f98862853f856371b720eb49dd64b823c86eb Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Mon, 19 Apr 2021 00:22:58 -0400 Subject: [PATCH] Remove old UserAvatar docs --- src/components/UserAvatar/UserAvatar.md | 36 ------------------------- 1 file changed, 36 deletions(-) delete mode 100644 src/components/UserAvatar/UserAvatar.md diff --git a/src/components/UserAvatar/UserAvatar.md b/src/components/UserAvatar/UserAvatar.md deleted file mode 100644 index 36669b6..0000000 --- a/src/components/UserAvatar/UserAvatar.md +++ /dev/null @@ -1,36 +0,0 @@ -The UserAvatar displays a graphical representation of a person. - ---- - -## Default Usage -Used without any props, the UserAvatar will display a generic person icon. -```jsx -import UserAvatar from "./UserAvatar"; - - -``` -```jsx static - -``` - -## With A Name -If the `name` prop is passed, the UserAvatar will display the first letter of the name. -```jsx -import UserAvatar from "./UserAvatar"; - - -``` -```jsx static - -``` - -## Other Props -All props other than `name` are passed to the underlying [MUI Avatar component](https://material-ui.com/api/avatar/). -```jsx -import UserAvatar from "./UserAvatar"; - - -``` -```jsx static - -``` \ No newline at end of file