Options
All
  • Public
  • Public/Protected
  • All
Menu

Module view/LeftRight

Type aliases

Functions

Type aliases

Props

Props: object

React props for LeftRight component

Type declaration

  • left: React.ReactNode

    Content which should be aligned to the left

  • right: React.ReactNode

    Content which should be aligned to the right

Functions

Const LeftRight

  • LeftRight(__namedParameters: object): Element
  • Helper React Component, displaying two parts of the content on a single line, but the first one aligned to the left and the second one aligned to the right.

    Parameters

    • __namedParameters: object
      • left: undefined | null | string | number | false | true | object | ReactElement<any, string | function | object> | ReactNodeArray | ReactPortal
      • right: undefined | null | string | number | false | true | object | ReactElement<any, string | function | object> | ReactNodeArray | ReactPortal

    Returns Element

Generated using TypeDoc