C
C
ckatala2020-01-30 11:28:05
React
ckatala, 2020-01-30 11:28:05

How to completely change the design of react-select?

Friends, help!
I use Select

In the documentation they have such a structure

<div class="react-select">
  <div class="react-select__control">
    <div class="react-select__value-container">...</div>
    <div class="react-select__indicators">...</div>
  </div>
  <div class="react-select__menu">
    <div class="react-select__menu-list">
      <div class="react-select__option">...</div>
    </div>
  </div>
</div>


I want to override it and add my own className
How can I do this. Broke my whole head.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question