mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #5592 - For ScrollPanel, Splitter, Stepper
This commit is contained in:
parent
8c6c62db04
commit
6d688ef675
12 changed files with 49 additions and 53 deletions
|
@ -3,7 +3,7 @@ import BaseStyle from 'primevue/base/style';
|
|||
const classes = {
|
||||
root: ({ props }) => ['p-splitter p-component', 'p-splitter-' + props.layout],
|
||||
gutter: 'p-splitter-gutter',
|
||||
gutterHandler: 'p-splitter-gutter-handle'
|
||||
gutterHandle: 'p-splitter-gutter-handle'
|
||||
};
|
||||
|
||||
const inlineStyles = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue