mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5681
This commit is contained in:
parent
3cc675e50f
commit
e1367fd494
89 changed files with 376 additions and 339 deletions
|
@ -102,7 +102,7 @@ const classes = {
|
|||
header: 'p-carousel-header',
|
||||
contentContainer: 'p-carousel-content-container',
|
||||
content: 'p-carousel-content',
|
||||
previousButton: ({ instance }) => [
|
||||
pcPreviousButton: ({ instance }) => [
|
||||
'p-carousel-prev-button',
|
||||
{
|
||||
'p-disabled': instance.backwardIsDisabled
|
||||
|
@ -126,7 +126,7 @@ const classes = {
|
|||
'p-carousel-item-end': instance.lastIndex() === index
|
||||
}
|
||||
],
|
||||
nextButton: ({ instance }) => [
|
||||
pcNextButton: ({ instance }) => [
|
||||
'p-carousel-next-button',
|
||||
{
|
||||
'p-disabled': instance.forwardIsDisabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue