Socket
Socket
Sign inDemoInstall

@spectrum-web-components/textfield

Package Overview
Dependencies
Maintainers
2
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/textfield

`sp-textfield` components are text boxes that allow users to input custom text entries with a keyboard. Various decorations can be displayed around the field to communicate the entry requirements.


Version published
Weekly downloads
3.5K
decreased by-1.7%
Maintainers
2
Weekly downloads
 
Created
Source

Overview

sp-textfield components are text boxes that allow users to input custom text entries with a keyboard. Various decorations can be displayed around the field to communicate the entry requirements.

Example

<sp-textfield placeholder="Enter your name"></sp-textfield>

Variants

Valid

Dictate the validity state of the text entry with the valid attribute.

<sp-textfield placeholder="Enter your name" valid></sp-textfield>

Invalid

Dictate the invalidity state of the text entry with the invalid attribute.

<sp-textfield placeholder="Enter your name" invalid></sp-textfield>

Quiet

The quiet style works best when a clear layout (vertical stack, table, grid) makes it easy to parse. Too many quiet components in a small space can be hard to read.

<sp-textfield placeholder="Enter your name" quiet></sp-textfield>

Keywords

FAQs

Package last updated on 14 Oct 2019

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