🎨 styles: button with only icon

:%s
This commit is contained in:
lytrankieio123
2021-08-24 14:13:09 +07:00
parent ca16c0d605
commit 44b8cf4608
3 changed files with 36 additions and 16 deletions

View File

@@ -17,6 +17,9 @@ export default function Home() {
</div>
<ButtonCommon type='ghost' icon={<IconBuy />}>Button</ButtonCommon>
<ButtonCommon type='light'><IconBuy /></ButtonCommon>
<ButtonCommon type='light' icon={<IconBuy />}/>
<ButtonCommon type='ghost' icon={<IconBuy />} size='large'/>
</>
)
}