Theme

npm_versionnpm Paragon package page

A component for all user input. It is responsible for rendering select, textarea, and inputs of any type with the appropriate bootstrap class name.

Extra props supplied to Input will be passed through to the html node.

Text

Any Paragon component or export may be added to the code example.

Select

Any Paragon component or export may be added to the code example.

Textarea

Any Paragon component or export may be added to the code example.

Date

Any Paragon component or export may be added to the code example.

File

Any Paragon component or export may be added to the code example.

Range

Any Paragon component or export may be added to the code example.

Props API#

Input Props API
  • type enum'textarea' | 'select' | 'checkbox' | 'color' | 'date' | 'datetime' | 'datetime-local' | 'email' | 'file' | 'hidden' | 'image' | 'month' | 'number' | 'password' | 'radio' | 'range' | 'reset' | 'search' | 'submit' | 'tel' | 'text' | 'time' | 'url' | 'week' Required

    specifies the type of component. One of select, textarea, or any valid type for an html input tag.

  • className string

    specifies the className in addition to a bootstrap class name.

  • options shape {
    label: string | number,
    value: string | number,
    disabled: bool,
    group: shape {
    label: string | number,
    value: string | number,
    disabled: bool,
    }
    []
    ,
    }
    []

    should be used to specify the options of an Input of type select

    Default[]

Usage Insights#

Input

Project NameParagon VersionInstance Count
frontend-app-account20.46.31
frontend-app-admin-portal20.46.320
frontend-app-learner-portal-enterprise20.45.41
frontend-app-learner-portal-programs20.45.51
frontend-app-learning20.46.01
frontend-app-support-tools20.46.017
catalog-search20.45.06
frontend-learner-portal-base12.2.01
prospectus20.46.23