Skip to content

Commit

Permalink
[update] how-to-start updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tbshag2 committed Oct 16, 2024
1 parent 5d441ad commit 9bfdece
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/how-to-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,17 +139,15 @@ const data = [
},
]

const infoShape = {
preview: true,
category: true,
title: true,
price: true,
details: true,
const cardShape = {
review: false,
subtitle: false,
price: false,
};

new booking.Booking("#root", {
data,
infoShape,
cardShape,
// other parameters
});
~~~
Expand Down

0 comments on commit 9bfdece

Please sign in to comment.