mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Inplace
This commit is contained in:
parent
5296fc2bd3
commit
4804652c20
2 changed files with 3 additions and 4 deletions
|
@ -25,8 +25,7 @@ const styles = `
|
|||
const classes = {
|
||||
root: ({ props }) => ['p-inplace p-component', { 'p-inplace-closable': props.closable }],
|
||||
display: ({ props }) => ['p-inplace-display', { 'p-disabled': props.disabled }],
|
||||
content: 'p-inplace-content',
|
||||
closeButton: ({ props }) => props.closeIcon
|
||||
content: 'p-inplace-content'
|
||||
};
|
||||
|
||||
const { load: loadStyle } = useStyle(styles, { id: 'primevue_inplace_style', manual: true });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue