react-paginate
react-paginate copied to clipboard
Inline styling support?
Any interest in adding support for passed-in style objects for inline styling? I'd be happy to submit a PR.
Maybe Css-modules too. Look at react-themeable. And react-autosuggest as an example of using react-themeable
This would be incredibly helpful. Also willing to submit a PR.
+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 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)
@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.