1.1.3 • Published 4 years ago

resizable-textfield v1.1.3

Weekly downloads
3
License
ISC
Repository
github
Last release
4 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

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago