thedodd / ybc

A Yew component library based on the Bulma CSS framework.
Apache License 2.0
258 stars 37 forks source link

PaginationEllipsis show as `…` instead of `...` #31

Closed niponchi closed 1 year ago

niponchi commented 1 year ago

PaginationEllipsis show as … instead of ...

It has to be

<span class="pagination-ellipsis">{"\u{2026}"}</span>
thedodd commented 1 year ago

Should be closed by #38