Skip to content

Instantly share code, notes, and snippets.

@Lahirutech
Created May 29, 2022 19:59
Show Gist options
  • Select an option

  • Save Lahirutech/5893a5bc6cd3f70514c1fd11b7ef3bb8 to your computer and use it in GitHub Desktop.

Select an option

Save Lahirutech/5893a5bc6cd3f70514c1fd11b7ef3bb8 to your computer and use it in GitHub Desktop.
import React from 'react';
import './cart.css';
const Cart = () => (
<div className="btnGrp">
<Button className="addBtn"> Add Me </Button>
<Button className="addBtn"> Add Me </Button>
</div>
);
export default Cart;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment