NumberInput#
MaterialWidget is a base class for all Material UI widgets.
Use pn.ui.NumberInput to create this component.
API#
.. py:class:: NumberInput(*, page_step_multiplier, wheel_wait, end, format, placeholder, size, start, color, error_state, helper_text, variant, attached, description, disabled, dark_theme, sx, theme_config, use_shadow_dom, loading, align, aspect_ratio, css_classes, design, height, height_policy, margin, max_height, max_width, min_height, min_width, sizing_mode, styles, stylesheets, tags, visible, width, width_policy, label, value, name) :module: panel_material_ui.widgets.input
.. !! processed by numpydoc !!
Parameter Definitions
Parameters inherited from:
:class:`panel.viewable.Layoutable`: align, aspect_ratio, css_classes, design, height, min_width, min_height, max_width, max_height, styles, stylesheets, tags, width_policy, height_policy, sizing_mode, visible
:class:`panel.custom.ReactComponent`: use_shadow_dom
:class:`panel_material_ui.base.MaterialComponent`: loading, dark_theme, theme_config, sx
:class:`panel_material_ui.widgets.base.MaterialWidget`: label, margin, attached, description, disabled
:class:`panel_material_ui.widgets.input.MaterialInputWidget`: color, error_state, helper_text, variant
:class:`panel_material_ui.widgets.input._NumericInputBase`: value, format, placeholder, size, start, end
:class:`panel_material_ui.widgets.input._SpinnerBase`: width, page_step_multiplier, wheel_wait