$br

ReactElement get $br

Creates a <br> element (self-closing, no children).

Implementation

ReactElement get $br => _createJsxElement('br', {});