Supabase UI is deprecated

InputNumber

Installing

Install the component

npm install @supabase/ui

Getting started

Import the component

import { InputNumber } from '@supabase/ui'

Basic

Loading

Min and Max

You can define the min and max that the InputNumber allows, which will disallow a form from submitting.

Loading

API reference

PropertyType
autoCompletestring
autofocusboolean
classNamestring
defaultValueTBC
descriptionTextstring
disabledboolean
errorstring
iconany
idstring
inputRefstring
labelstring
labelOptionalstring
layoutTBC
maxnumber
minnumber
namestring
placeholderstring
sizeTBC
styleCSSProperties
valueany
onBlurTBC
onChangeTBC
onFocusTBC
onKeyDownTBC