mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent
367d4a5f14
commit
8681911998
92 changed files with 7793 additions and 2 deletions
17
api-generator/components/inlinemessage.js
Normal file
17
api-generator/components/inlinemessage.js
Normal file
|
@ -0,0 +1,17 @@
|
|||
const InlineMessageProps = [
|
||||
{
|
||||
name: "severity",
|
||||
type: "string",
|
||||
default: "info",
|
||||
description: 'Severity level of the message. Valid severities are "success", "info", "warn" and "error".'
|
||||
}
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
inlinemessage: {
|
||||
name: "InlineMessage",
|
||||
description: "InlineMessage component is useful in cases where a single message needs to be displayed related to an element such as forms",
|
||||
"doc-url": "message",
|
||||
props: InlineMessageProps
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue