mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #5553 - For Inplace
This commit is contained in:
parent
014dc680f0
commit
6b605f6b57
6 changed files with 17 additions and 105 deletions
|
@ -1,7 +1,7 @@
|
|||
import BaseStyle from 'primevue/base/style';
|
||||
|
||||
const classes = {
|
||||
root: ({ props }) => 'p-inplace p-component',
|
||||
root: '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