day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
796 stars 147 forks source link

Add parts support for dropdown arrow #318

Open MawiraIke opened 2 years ago

MawiraIke commented 2 years ago

This PR fixes #101

For example,

[single-dropdown
  :parts      {:arrow {:style {:background "url(https://fakeimg.pl/300)"}}}
  :src        (at)
  :choices    demos
  :model      selected-demo-id
  :width      "300px"
  :max-height "300px"
  :on-change  #(reset! selected-demo-id %)]

produces

dropdown-arrow-change