reusejs / all

1 stars 0 forks source link

Autogrowing Text Area for ReactJS #2

Open rjvim opened 3 years ago

rjvim commented 3 years ago

@ShubhamJoshi-1994 Sowmya worked an auto growing text area component, what should be the package name, i am thinking.. "react-autogrowing-textarea"

  1. The logic should be in a renderless component
  2. autogrow should be default, but should be able to disable it

Anything else?

cc: @Sowmyareddy22

ShubhamJoshi-1994 commented 3 years ago

@rjvim the name makes sense, it's suggestive of the functionality.

Just one query here, are we building this component as a riderless one? i.e the user will create his own input component and use our package.

If that is the case, we can also put renderless in the name of the package. Does that make sense? @rjvim @Sowmyareddy22

rjvim commented 3 years ago

@Sowmyareddy22 Would u plz write some documentation on how to use this package.

libs//Readme.MD

u can write there and run publish command.

Sowmyareddy22 commented 3 years ago

@rjvim Sure