Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/cards/DropdownCard

Index

Functions

Functions

default

  • default(__namedParameters: { onClick: (newValue: boolean) => void; text: string; value: boolean }): Element
  • A clickable card that displays a name and an arrow to show if it is clicked.

    Parameters

    • __namedParameters: { onClick: (newValue: boolean) => void; text: string; value: boolean }
      • onClick: (newValue: boolean) => void
          • (newValue: boolean): void
          • Parameters

            • newValue: boolean

            Returns void

      • text: string
      • value: boolean

    Returns Element

Generated using TypeDoc