File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 11import classNames from 'classnames' ;
2- import React , { PropsWithChildren , ReactChildren } from 'react' ;
2+ import React , { PropsWithChildren } from 'react' ;
33
44export type AvatarProps = PropsWithChildren < {
55 size ?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' ;
Original file line number Diff line number Diff line change 11import { FC } from 'react' ;
2- import { HiEye , HiInformationCircle } from 'react-icons/hi' ;
32
43import { Avatar } from '../components' ;
54import { CodeExample , DemoPage } from './DemoPage' ;
@@ -53,10 +52,6 @@ const AvatarPage: FC = () => {
5352 </ div >
5453 ) ,
5554 } ,
56- {
57- title : 'Stacked' ,
58- code : < Avatar /> ,
59- } ,
6055 {
6156 title : 'Avatar text' ,
6257 code : (
@@ -68,10 +63,6 @@ const AvatarPage: FC = () => {
6863 </ Avatar >
6964 ) ,
7065 } ,
71- {
72- title : 'User dropdown' ,
73- code : < Avatar /> ,
74- } ,
7566 {
7667 title : 'Sizing' ,
7768 code : (
You can’t perform that action at this time.
0 commit comments