react-paginate icon indicating copy to clipboard operation
react-paginate copied to clipboard

Inline styling support?

Open danielksato opened this issue 8 years ago • 5 comments

Any interest in adding support for passed-in style objects for inline styling? I'd be happy to submit a PR.

danielksato avatar May 12 '16 14:05 danielksato

Maybe Css-modules too. Look at react-themeable. And react-autosuggest as an example of using react-themeable

olegafx avatar May 12 '16 15:05 olegafx

This would be incredibly helpful. Also willing to submit a PR.

jspencersharpe avatar Feb 06 '19 16:02 jspencersharpe

+1

I was working in a project that just wouldnt allow me to use class or styled components. It was all css in js so this would be very good

ncesar avatar Feb 02 '22 13:02 ncesar

@ncesar Can you use plain .css files to import like the first case in https://daveceddia.com/use-css-in-react/?

If so, this will would be an alternative that would work right now (as you can pass the className props)

MonsieurV avatar Feb 02 '22 14:02 MonsieurV

@ncesar Can you use plain .css files to import like the first case in https://daveceddia.com/use-css-in-react/?

If so, this will would be an alternative that would work right now (as you can pass the className props)

sadly they dont(i know right? crazy!). So I ended up building a pagination component based on material ui hook.

ncesar avatar Feb 02 '22 23:02 ncesar