1.0.5 • Published 3 years ago

@nicefont/react-auto-textarea v1.0.5

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

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago