mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
🎨 styles: button with only icon
:%s
This commit is contained in:
@@ -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'/>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user