Bindable page navigation for local and server-backed collections.
<BuiPagination @bind-Page="currentPage" PageCount="12" /> <BuiText Typo="Typo.Caption">Current page: @currentPage</BuiText> @code { private int currentPage = 3; }