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

As you can see keyboard and mouse interactions are different. Mouse actually hovers, but keyboard movement selects. There is no way to change this behaviour by passing in an external...

only changed objects should be rerendered inside scroller component if i use `[:div {:style { :overflow "auto" :height "100%"}}` only one object rerenders inside this div and ``` [scroller :size...

The datepeaker is only letting go back to previous months if the difference of the configured minimum date is greater than one month. If I am in June, 30. He...

I put together some css to allow two sliders to sit on top of one another, for a min-max effect. I thought it might be useful for other people here,...

Hey there, It took me a while to figure out how to make a sortable list with reagent, but having done so, I felt like it might be useful to...

PR request

Similar to HTML `input`'s `placeholder` attribute. I think all that's needed is a new parameter description to `datepicker-dropdown-args-desc` and a corresponding argument to `anchor-button`.

PR request

Hi, It seems like this function would be good to apply to all styles coming into re-com (as it doesn't seem to be the sort of thing that everyone will...

An edition of re-com for those who would prefer to use tailwindcss. It's based on changes found in [PR #327](https://github.com/day8/re-com/pull/327). There's no immediate need to merge. For the time being,...

- Splits out hard coded CSS values into separate structures to allow complete removal or exchange per issues [#183](https://github.com/day8/re-com/issues/283) and [#51](https://github.com/day8/re-com/issues/51). - Creates a set of utilities to simplify the...

- Add i18n support to multi-select component