CLOVER Website - v0.3.1
    Preparing search index...

    Variable UserSideBarConst

    UserSideBar: React.FC<UserSideBarProps> = ...

    UserSideBar component displays a list of users with search and selection functionality. It allows users to search for specific users and select/deselect them. It also supports selecting a range of users using Shift+Click. The component is styled with Tailwind CSS and includes loading states.

    The title of the sidebar.

    The list of users to display.

    The list of currently selected users.

    Callback function to handle user selection.

    Optional callback to set selected users.

    Optional loading state for the component.

    The rendered UserSideBar component.