Socket
Book a DemoInstallSign in
Socket

@spectrum-web-components/textfield

Package Overview
Dependencies
Maintainers
5
Versions
410
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.

Source
npmnpm
Version
0.5.5-alpha.169
Version published
Weekly downloads
5.7K
10.41%
Maintainers
5
Weekly downloads
 
Created
Source

Description

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.

Usage

See it on NPM! How big is this package in your project?

yarn add @spectrum-web-components/textfield

Import the side effectful registration of <sp-textfield> via:

import '@spectrum-web-components/textfield/sp-textfield.js';

When looking to leverage the Textfield base class as a type and/or for extension purposes, do so via:

import { Textfield } from '@spectrum-web-components/textfield';

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) assists in a user's ability to parse the element. Too many quiet components in a small space can be hard to read.

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

Keywords

spectrum css

FAQs

Package last updated on 12 Jan 2021

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