Skip to content

Commit

Permalink
Merge pull request #395 from Tofandel/patch-1
Browse files Browse the repository at this point in the history
[Docs] Update shown code to match demo component
  • Loading branch information
ismail9k authored Oct 23, 2024
2 parents a951072 + 418c9a2 commit e5240b4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,20 +185,6 @@ export default defineComponent({
itemsToShow: 1,
snapAlign: 'center',
},
// breakpoints are mobile first
// any settings not specified will fallback to the carousel settings
breakpoints: {
// 700px and up
700: {
itemsToShow: 3.5,
snapAlign: 'center',
},
// 1024 and up
1024: {
itemsToShow: 5,
snapAlign: 'start',
},
},
}),
})
</script>
Expand Down

0 comments on commit e5240b4

Please sign in to comment.