NbSpan Component Referencetml`<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.
NbSpan component accepts the standard attributes.<span> propertiesNbSpan component accepts the standard <span> attributes.These methods are intended to be used by parent components to dynamically change the properties of the rendered components without re-rendering.
All children are accepted as the content of the non-breaking <span>.
NbSpan Component will render a <span> containing the component children.<span> is styled with text-wrap: nowrap.