NumOutput Component ReferenceNumInput Component Referencetml`<NumOutput .../>`
The NumOutput component creates renders a numeric output. It is a separate component used by the Numeric Output state variable so that it can be reused by other components.
The NumOutput component has several methods that can be used to allow parent components to dynamically manipulate the state of the rendered elements. See [Instance methods](#instance methods).
NumOutput component accepts the standard attributes.fmtunitsvalueThese methods are intended to be used by parent components to dynamically change the properties of the rendered components without remounting.
setValue()setValue(value)
Sets the rendered element's value.
valueThe NumOutput component ignores all children.
NumOuput will render a <span> element containing the value.<span> element will have a numOutput CSS class string.units attribute is present, the numeric output element and a <span> containing the unit abbreviation are contained in an NbSpan component. The <span> containing the unit abbreviation will have a numUnits CSS class string.