1.0.2 • Published 5 years ago

@hig/text-field v1.0.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
5 years ago

Text Field

Text Fields allow the user to input a small amount of freeform text (100 characters or less).

Read more about when and how to use the Text Field component on the website.

Getting started

Install the package

yarn add @hig/text-field

Import the component and CSS

import TextField from '@hig/text-field';
import '@hig/text-field/build/index.css';

Basic usage

<TextField
  label="Tab title"
  placeholder="Foo"
  required="This field is required."
/>
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.5.0

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago