mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Lint changes
This commit is contained in:
parent
eb2de5460c
commit
4d3a071e66
291 changed files with 28450 additions and 26621 deletions
|
@ -1,28 +1,28 @@
|
|||
const BadgeProps = [
|
||||
{
|
||||
name: "value",
|
||||
type: "any",
|
||||
default: "null",
|
||||
description: "Value to display inside the badge."
|
||||
name: 'value',
|
||||
type: 'any',
|
||||
default: 'null',
|
||||
description: 'Value to display inside the badge.'
|
||||
},
|
||||
{
|
||||
name: "severity",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Severity type of the badge."
|
||||
name: 'severity',
|
||||
type: 'string',
|
||||
default: 'null',
|
||||
description: 'Severity type of the badge.'
|
||||
},
|
||||
{
|
||||
name: "size",
|
||||
type: "string",
|
||||
default: "null",
|
||||
name: 'size',
|
||||
type: 'string',
|
||||
default: 'null',
|
||||
description: 'Size of the badge, valid options are "large" and "xlarge".'
|
||||
}
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
badge: {
|
||||
name: "Badge",
|
||||
description: "Badge is a small status indicator for another element.",
|
||||
name: 'Badge',
|
||||
description: 'Badge is a small status indicator for another element.',
|
||||
props: BadgeProps
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue