mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
parent
ff0df14ed7
commit
033a50fcbb
51 changed files with 1571 additions and 693 deletions
16
components/lib/steppanel/style/StepPanelStyle.js
Normal file
16
components/lib/steppanel/style/StepPanelStyle.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
import BaseStyle from 'primevue/base/style';
|
||||
|
||||
const classes = {
|
||||
root: ({ instance }) => [
|
||||
'p-steppanel',
|
||||
{
|
||||
'p-steppanel-active': instance.isVertical && instance.active
|
||||
}
|
||||
],
|
||||
content: 'p-steppanel-content'
|
||||
};
|
||||
|
||||
export default BaseStyle.extend({
|
||||
name: 'steppanel',
|
||||
classes
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue