DropdownItem

View source code
  • label
    ReactNode

    The text to display as the label.

  • className
    string

    className for the element

  • helpText
    ReactNode

    Content to render as the DropdownItem's help text

  • isDisabled
    boolean

    Whether the DropdownItem should be disabled.

    Default: false
  • isHighlighted
    boolean

    Do not have any impact @deprecated use isSelected instead

    Default: false
  • isSelected
    boolean

    Whether the DropdownItem should be selected.

    Default: false
  • prefix
    ReactNode

    Content to render as the DropdownItem's prefix.

  • suffix
    ReactNode

    Content to render as the DropdownItem's suffix.