mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
update docs
This commit is contained in:
parent
4d7073e3db
commit
4f2041fac6
29 changed files with 276 additions and 175 deletions
|
@ -6,16 +6,28 @@ const TriStateCheckboxProps = [
|
|||
description: "Value of the component."
|
||||
},
|
||||
{
|
||||
name: "class",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Style class of the component."
|
||||
name: "disabled",
|
||||
type: "boolean",
|
||||
default: "false",
|
||||
description: "When present, it specifies that the component should be disabled."
|
||||
},
|
||||
{
|
||||
name: "style",
|
||||
type: "any",
|
||||
name: "tabindex",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Inline of the component."
|
||||
description: "Index of the element in tabbing order."
|
||||
},
|
||||
{
|
||||
name: "inputId",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Identifier of the underlying input element."
|
||||
},
|
||||
{
|
||||
name: "inputProps",
|
||||
type: "object",
|
||||
default: "null",
|
||||
description: "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component."
|
||||
},
|
||||
{
|
||||
name: "aria-labelledby",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue