Function ConstraintView

Represents a view that is constrained by the device's screen size to render different content

  • Type Parameters

    • T extends unknown = any

      The type of data passed to the view components

    Parameters

    • __namedParameters: IConstraintViewProps<T>

    Returns Element

    • The rendered content based on the current device's screen size