UNPKG

common-intellisense

Version:
36 lines (35 loc) 1.03 kB
{ "props": [ { "Attribute": "name", "Type": "`string`", "Description": "The name of the user.", "Default": "-" }, { "Attribute": "description", "Type": "`ReactNode`", "Description": "The description component.", "Default": "-" }, { "Attribute": "isFocusable", "Type": "`boolean`", "Description": "Whether the user is focusable. This is useful when using `Dropdown` or similar components.", "Default": "`false`" }, { "Attribute": "avatarProps", "Type": "[AvatarProps](/docs/components/avatar#avatar-props)", "Description": "The avatar component props. The `name` is passed by default.", "Default": "-" }, { "Attribute": "classNames", "Type": "`Record<\"base\"\"wrapper\"\"name\"\"description\", string>`", "Description": "Allows to set custom class names for the user slots.", "Default": "-" } ], "link": "https://nextui.org/docs/components/user" }