mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #4196 - For Steps
This commit is contained in:
parent
e01a3f1f36
commit
974a963218
3 changed files with 38 additions and 8 deletions
|
@ -57,7 +57,7 @@ const styles = `
|
|||
`;
|
||||
|
||||
const classes = {
|
||||
root: ({ instance }) => ['p-steps p-component', { 'p-readonly': instance.readonly }],
|
||||
root: ({ props }) => ['p-steps p-component', { 'p-readonly': props.readonly }],
|
||||
menu: 'p-steps-list',
|
||||
menuitem: ({ instance, item }) => [
|
||||
'p-steps-item',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue