Programming-Simplified-Community / Social-Coder

Open Source Social Media platform tailored for developers!
GNU General Public License v3.0
18 stars 0 forks source link

Reply / Comment #15

Closed JBraunsmaJr closed 2 years ago

JBraunsmaJr commented 2 years ago

image

Implement a reusable component for leaving a reply / comment on something. This component should essentially render what is seen in the attached image.

This component should accept a Discord callback event, as well as a Post / Submit callback event. The latter should return/pass us the information within the component.

For instance, if I typed "asdf", I should receive "asdf" from the callback event.

Acceptance Criteria

Ideas for naming this component: ReplyComponent, CommentComponent... not sure.