Skip to content

Commit 6afdd1b

Browse files
committed
add button
1 parent fb9fddb commit 6afdd1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/ecommerce-jewellery-store/src/pages/PaymentDetails.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import CardNumber from "@/components/CardNumber";
55
import ExpiryDate from "@/components/ExpiryDate";
66
import PasswordInput from "@/components/PasswordInput";
77
import CardHolder from "@/components/CardHolder";
8+
import { Button } from "@progress/kendo-react-buttons";
89

910
import {
1011
Form,
@@ -68,6 +69,7 @@ const PaymentDetails: React.FC = () => {
6869
</FormElement>
6970
)}
7071
/>
72+
<Button className="k-mt-6">Submit Order</Button>
7173
</div>
7274
<div className="k-col-span-5 k-col-start-8 k-d-flex k-flex-col k-align-items-start">
7375
<h2 className="k-mb-4">Sub total</h2>

0 commit comments

Comments
 (0)