Skip to content
On this page

<TuiNewline>

Renders newline (\n) characters. Must be used within <Text> components.

template
<Text>
  Hello
  <Newline :n="2" />
  World
</Text>

Aliases

<TuiNewline> can be also referenced as:

  • <Newline>
  • <br>

Released under the MIT License