Add to Cart
Add to Cart button with animated icon transition
作者:startai♥ 0 点赞MIT
cartgreenbounceecommerce
实时预览
源代码
export default function Component() { return (<div className="btn-cart"><div className="btn-inner"><span className="btn-text">Add to Cart</span><span className="btn-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"/></svg></span></div></div>); }