Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spark-web/text-input

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-web/text-input

--- title: Text Input storybookPath: forms-textinput--default ---

  • 1.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.3K
increased by4.02%
Maintainers
2
Weekly downloads
 
Created
Source

title: Text Input storybookPath: forms-textinput--default

Text input provides a way for inputting text. The component must be nested within a Field. See Field for more details.

<Field label="Label">
  <TextInput />
</Field>

Props

PropTypeDefaultDescription
data?DataAttributeMapSets data attributes for the component.
type?'text' | 'password' | 'email' | 'search' | 'number' | 'tel' | 'url''text'Sets the type attribute for the component.
onBlur?React.FocusEventHandler<HTMLInputElement>Callback function when input field component loses focuses.
onFocus?React.FocusEventHandler<HTMLInputElement>Callback function when the input field component is in focus.
onChange?React.FormEventHandler<HTMLInputElement>Callback function when value of the input field has been changed.
placeholder?stringSpecifies a short hint that describes the expected value (type of value) of the input field.
value?string | number | readonly string[]Specifies the value of the input field.

FAQs

Package last updated on 26 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc