hello world
Usage: Copy thecomponent source filesinto your project.
<Editor
id={postTextAreaId}
name="sample"
value={value}
onChange={(e) => setValue(e.target.value)}
className="w-96"
placeholder="Write your post here..." />