re-com icon indicating copy to clipboard operation
re-com copied to clipboard

A ClojureScript library of reusable components for Reagent

Results 54 re-com issues
Sort by recently updated
recently updated
newest added

When the user clicks outside the popover to close it, the on-click event is propagated to the parents of the popover element. This causes an issue for me. It would...

Due to `background-image` being marked `!important` in the `media` section of re-com.css, all attempts to style this control via stylesheets with a custom image for the dropdown arrow are failing....

styling

This PR fixes #101 For example, ```Clojure [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](https://user-images.githubusercontent.com/38689046/150778880-539b6901-ad3f-4f20-9e5b-02106bc20695.jpg)

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

Trying something like `[simple-v-table :striped? true :model (r/atom ...) :columns [...] ]` results in the error message Unknown parameter: :striped? Is there a way to fix this? Johannes

If an anchor has `:position "absolute"` styling (probably also `"fixed"`. To be tested), the popover is positioned away from the anchor, and in some cases the anchor also changes position.

I'm trying to figure out how to make a list item, that displays it's children horizontally when there's enough space (desktop), but wraps them into multiple "lines" when there isn't...

enhancement
styling

Allow custom `wrap` property in `h-box` and `v-box`. This PR fixes #68 It adds a new keyword in `h-box` and `v-box` which allows users to change the CSS flex property...

This commit adds the dropdown state chart model in docs/dropdown Part of #284

in progress

- Add slider :unstyled? arg - Add slider :disabled state parts - Change slider styles to use garden and spade

in progress