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

    Function Dashboard

    • Dashboard component This component is responsible for rendering the dashboard based on the user's role. Depending on the selected role, it renders different components for Admin, Instructor, Student, and Developer. It includes a header with user information and a role selection dropdown.

      Parameters

      • __namedParameters: { loading: boolean; userData: null | UserData }

      Returns null | Element

      The Dashboard component or null if userData is not available.