mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Carousel demo responsive option updates
This commit is contained in:
parent
f534e4a1ad
commit
f2dc9a309d
6 changed files with 48 additions and 48 deletions
|
@ -105,13 +105,13 @@ const products = ref();
|
|||
const responsiveOptions = ref([
|
||||
{
|
||||
breakpoint: '1199px',
|
||||
numVisible: 3,
|
||||
numScroll: 3
|
||||
numVisible: 1,
|
||||
numScroll: 1
|
||||
},
|
||||
{
|
||||
breakpoint: '991px',
|
||||
numVisible: 2,
|
||||
numScroll: 2
|
||||
numScroll: 1
|
||||
},
|
||||
{
|
||||
breakpoint: '767px',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue