1.1.3 • Published 5 years ago

resizable-textfield v1.1.3

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

resizable-textfield

stable licence

A React package that allows you to have a textfield with the length of its text dynamically.

  • Useful to create search fields
  • Lightweight
  • Customizable

Example usage

npm i "resizable-textfield"
import ResizableTexField from "resizable-textfield";

const App = () => {
    return (
        <ResizableTexField placeholder="bar foo" />
    );
};

Important props

  • value (String): Initial value (Optional) *
  • placeholder (String): Placeholder (Optional) *
  • styles (Object): Custom styles (Optional)

(*) At least one of these fields must be passed or an exception will be thrown.

1.1.3

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.3

6 years ago

1.0.0

6 years ago