day8 / re-com

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

Create a single `close-button` component #156

Open Gregg8 opened 7 years ago

Gregg8 commented 7 years ago

close-button is defined in alert and popover in re-com and h-box in re-demo. Merge them all in to one.

MawiraIke commented 2 years ago

As of re-com version 2.13.2 the components, alert and popover are both using re-com.close-button. h-box does not have the close button on the other hand.