elementalui / elemental

A flexible and beautiful UI framework for React.js
elemental-ui.com
MIT License
4.31k stars 216 forks source link

Add new prop "label" to customize pagination's labels #185

Closed kuy closed 7 years ago

kuy commented 7 years ago

This PR resolves #182.

In most cases, singular and plural props are enough for customization of pagination's labels. Some users (including me) have a problem on i18n. I don't prefer the explosion of props, I choose a format function. This is not friendly for beginners, but a topic of i18n is a headache for advanced users.

Any feedbacks are welcome 😃

jossmac commented 7 years ago

This is great, thank you @kuy 🎉