react-thermal-printer
Referencesreact-thermal-printercomponents

Row

Display Text on the left, center and right sides.

<Row left="left" right="right" />
<Row left="left" right="right" gap={2} />
<Row left="left" center="center" right="right" />
<Row
  left={<Text>left</Text>}
  right="right"
/>
<Row
  left={<Text>left</Text>}
  right="very very long text will be multi line placed."
/>

Props

Prop

Type

Signature

function Row(props: RowProps): JSX.Element;

On this page