4 lines
143 B
Plaintext
4 lines
143 B
Plaintext
|
|
<Button startDecorator={<Add />}>Add to cart</Button>
|
||
|
|
<Button endDecorator={<KeyboardArrowRight />} color="success">
|
||
|
|
Go to checkout
|
||
|
|
</Button>
|