mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Button class style and dropdown icon customization
This commit is contained in:
parent
c5c1e69a65
commit
3825bf7c60
4 changed files with 116 additions and 4 deletions
20
components/splitbutton/SplitButton.d.ts
vendored
20
components/splitbutton/SplitButton.d.ts
vendored
|
@ -53,6 +53,26 @@ export interface SplitButtonProps {
|
|||
* Uses to pass all properties of the HTMLButtonElement to the menu button.
|
||||
*/
|
||||
menuButtonProps?: ButtonHTMLAttributes | undefined;
|
||||
/**
|
||||
* Style class of the button.
|
||||
*/
|
||||
buttonClass?: string | undefined;
|
||||
/**
|
||||
* Name of the menu button icon.
|
||||
*/
|
||||
menuButtonIcon?: string | undefined;
|
||||
/**
|
||||
* Style class of the menu button.
|
||||
*/
|
||||
menuButtonClass?: string | undefined;
|
||||
/**
|
||||
* Style class of the menu.
|
||||
*/
|
||||
menuClass?: string | undefined;
|
||||
/**
|
||||
* Inline style of the menu.
|
||||
*/
|
||||
menuStyle?: any | undefined;
|
||||
}
|
||||
|
||||
export interface SplitButtonSlots {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue