如何在语义UI手风琴上使用react-sortable-hoc?

时间:2019-05-17 18:17:46

标签: semantic-ui-react react-sortable-hoc

react-sortable-hoc通过包装带有Sortable组件的项目来工作。我想将它与语义ui手风琴一起使用,但是手风琴标记不适用于react-sortable-hoc

   ``````<div class="title">
      ``````<i aria-hidden="true" class="dropdown icon"></i>What is a dog?
   ``````</div>
   ``````<div class="content">
      ``````<p>A dog is a type of domesticated animal.</p>
   ``````</div>
   ``````<div class="title">
````````````<i aria-hidden="true" class="dropdown icon"></i>What kinds of dogs are there?</div>
   ```````<div class="content">
      ``````<p>There are many breeds of dogs. </p>
   ```````</div>
```</div>

0 个答案:

没有答案