mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
#5200 for badge and tag, new secondary and contrast variants
This commit is contained in:
parent
b9bf900fcc
commit
feb24d1555
87 changed files with 1319 additions and 145601 deletions
|
@ -49,7 +49,9 @@ const classes = {
|
|||
'p-badge-info': props.severity === 'info',
|
||||
'p-badge-success': props.severity === 'success',
|
||||
'p-badge-warning': props.severity === 'warning',
|
||||
'p-badge-danger': props.severity === 'danger'
|
||||
'p-badge-danger': props.severity === 'danger',
|
||||
'p-badge-secondary': props.severity === 'secondary',
|
||||
'p-badge-contrast': props.severity === 'contrast'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue