1.0.5 • Published 5 years ago

@nicefont/react-auto-textarea v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

React Auto Textarea

A simple React component that resizes the textarea element, based on the amount of line breaks inside the provided value.

How to Install

npm install @nicefont/react-auto-textarea

yarn add @nicefont/react-auto-textarea

How to use

This Component works just like the default textarea.

import AutoTextarea from '@nicefont/react-auto-textarea'

const MyComponent = () => {

    return (
        <AutoTextarea></AutoTextarea>
    )
}

Contributing

Contributions are welcome, just open a new pull request.

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.3

5 years ago

1.0.0

5 years ago