Fork me on GitHub
#reagent
<
2017-08-01
>
lingeeal07:08:15

hi, is there my lib for pagination, I can't really find anything

deadghost07:08:05

@lingeeal if you have difficulty finding it, it probably hasn't been adapted for cljs yet

deadghost07:08:04

@lingeeal well I take that back http://cljsjs.github.io/ I see a pagination lib that's been packaged

deadghost07:08:17

otherwise if you want to use something else, you'll need to package it yourself (externs and whatever) or try to get npm-deps working

pesterhazy08:08:32

@lingeeal do you just need the markup and styles, or something more?

pesterhazy08:08:40

for markup/styles, bootstrap has a component

pesterhazy08:08:02

I think the logic part if often pretty custom, i.e. depends on the content?

lingeeal08:08:57

I don't use bootstrap in this project