Property Defaults
Closed this issue · 4 comments
ecmel commented
I suggest the following property defaults from Bootstrap 4:
<paginate
containerClass="pagination"
pageClass="page-item"
pageLinkClass="page-link"
prevText="«"
prevClass="page-item"
prevLinkClass="page-link"
nextText="»"
nextClass="page-item"
nextLinkClass="page-link"
</paginate>
lokyoung commented
Hello @ecmel . Thanks for the feedback! It's a good idea. But not sure if there are some users don't want to use the style of Bootstrap. If i set the default property. They need to change and set each on of them to other style. So i think maybe the Bootstrap 4 is better for you and me. But not so appropriate for some users. Could you agree?
ecmel commented
Hi @lokyoung in any case containerClass
should be set and ul
li
and a
should have styles under containerClass
.
People using other CSS frameworks will have to set all styles anyway.