• Button component to open or close the rating dashboard drawer.

    Displays a floating action button with an icon that changes based on whether the drawer is open.

    Parameters

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

    A floating button with a dynamic icon.

    Example

    <RatingDashboardDrawerButton
    isOpen={isOpen}
    setIsOpen={setIsOpen}
    />

Generated using TypeDoc