NbSpan Component Reference

Table of Contents


Introduction

Syntax

tml`<NbSpan>text to keep together</>`

The NbSpan component creates a non-breaking <span> containing the component children. The <span> does not allow the content to break across lines at spaces, or hyphens, etc.

Attributes

Instance methods

These methods are intended to be used by parent components to dynamically change the properties of the rendered components without re-rendering.

Inherited methods

Children

All children are accepted as the content of the non-breaking <span>.

DOM element properties