mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
New *ButtonProps properties added - I
This commit is contained in:
parent
b828f34a86
commit
ddeaab525a
23 changed files with 543 additions and 278 deletions
|
@ -21,6 +21,12 @@ export default {
|
|||
behavior: {
|
||||
type: String,
|
||||
default: 'smooth'
|
||||
},
|
||||
buttonProps: {
|
||||
type: Object,
|
||||
default: () => {
|
||||
return { severity: 'secondary' };
|
||||
}
|
||||
}
|
||||
},
|
||||
style: ScrollTopStyle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue