mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Refactored inplace
This commit is contained in:
parent
178bdb97c5
commit
f91fa3bc57
2 changed files with 8 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
import BaseStyle from 'primevue/base/style';
|
||||
|
||||
const classes = {
|
||||
root: ({ props }) => ['p-inplace p-component', { 'p-inplace-closable': props.closable }],
|
||||
root: ({ props }) => 'p-inplace p-component',
|
||||
display: ({ props }) => ['p-inplace-display', { 'p-disabled': props.disabled }],
|
||||
content: 'p-inplace-content'
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue