mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32: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 DividerProps = [
|
||||
{
|
||||
name: "align",
|
||||
type: "string",
|
||||
default: "null",
|
||||
name: 'align',
|
||||
type: 'string',
|
||||
default: 'null',
|
||||
description: 'Alignment of the content, options are "left", "center", "right" for horizontal layout and "top", "center", "bottom" for vertical.'
|
||||
},
|
||||
{
|
||||
name: "layout",
|
||||
type: "string",
|
||||
default: "horizontal",
|
||||
name: 'layout',
|
||||
type: 'string',
|
||||
default: 'horizontal',
|
||||
description: 'Specifies the orientation, valid values are "horizontal" and "vertical".'
|
||||
},
|
||||
{
|
||||
name: "type",
|
||||
type: "string",
|
||||
default: "solid",
|
||||
name: 'type',
|
||||
type: 'string',
|
||||
default: 'solid',
|
||||
description: 'Border style type, default is "solid" and other options are "dashed" and "dotted".'
|
||||
}
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
divider: {
|
||||
name: "Divider",
|
||||
description: "Divider is used to separate contents.",
|
||||
name: 'Divider',
|
||||
description: 'Divider is used to separate contents.',
|
||||
props: DividerProps
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue