A
A
Antonio092020-05-07 16:10:20
css
Antonio09, 2020-05-07 16:10:20

How to implement the given textarea?

5eb4088684121332683007.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya, 2020-05-07
@rpsv

<div class='custom-textarea'>
  <textarea class='custom-textarea__textarea'></textarea>
  <div class='custom-textarea__buttons'>
    <button class='custom-textarea__btn js-custom-textarea-attach-click'>
      <!-- иконка скрепки -->
    </button>
    <button class='custom-textarea__btn js-custom-textarea-send-click'>
      <!-- иконка самолета -->
    </button>
  </div>
</div>

Bring the styles to the desired appearance, with the help of JS classes you hang the necessary logic.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question