@@ -20,24 +20,24 @@ export default function Demo() {
2020 return (
2121 <>
2222 <DButton dSize = " smaller" dIcon = { <SearchOutlined />} />
23- <DButton dSize = " smaller" dShape = " circle" dIcon = { <SearchOutlined />} />
24- <DButton dSize = " smaller" dShape = " round" dIcon = { <SearchOutlined />} />
23+ <DButton dSize = " smaller" dVariant = " circle" dIcon = { <SearchOutlined />} />
24+ <DButton dSize = " smaller" dVariant = " round" dIcon = { <SearchOutlined />} />
2525 <DButton dSize = " smaller" >Button</DButton >
26- <DButton dSize = " smaller" dShape = " round" >
26+ <DButton dSize = " smaller" dVariant = " round" >
2727 Button
2828 </DButton >
2929 <br />
3030 <DButton dIcon = { <SearchOutlined />} />
31- <DButton dShape = " circle" dIcon = { <SearchOutlined />} />
32- <DButton dShape = " round" dIcon = { <SearchOutlined />} />
31+ <DButton dVariant = " circle" dIcon = { <SearchOutlined />} />
32+ <DButton dVariant = " round" dIcon = { <SearchOutlined />} />
3333 <DButton >Button</DButton >
34- <DButton dShape = " round" >Button</DButton >
34+ <DButton dVariant = " round" >Button</DButton >
3535 <br />
3636 <DButton dSize = " larger" dIcon = { <SearchOutlined />} />
37- <DButton dSize = " larger" dShape = " circle" dIcon = { <SearchOutlined />} />
38- <DButton dSize = " larger" dShape = " round" dIcon = { <SearchOutlined />} />
37+ <DButton dSize = " larger" dVariant = " circle" dIcon = { <SearchOutlined />} />
38+ <DButton dSize = " larger" dVariant = " round" dIcon = { <SearchOutlined />} />
3939 <DButton dSize = " larger" >Button</DButton >
40- <DButton dSize = " larger" dShape = " round" >
40+ <DButton dSize = " larger" dVariant = " round" >
4141 Button
4242 </DButton >
4343 </>
0 commit comments