New *ButtonProps properties added - I

This commit is contained in:
tugcekucukoglu 2024-04-15 11:08:42 +03:00
parent b828f34a86
commit ddeaab525a
23 changed files with 543 additions and 278 deletions

View file

@ -21,6 +21,12 @@ export default {
behavior: {
type: String,
default: 'smooth'
},
buttonProps: {
type: Object,
default: () => {
return { severity: 'secondary' };
}
}
},
style: ScrollTopStyle,