Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap 4 - Added Classes option for Page elements #37

Merged
merged 3 commits into from
May 27, 2016

Conversation

jacobherrera
Copy link
Contributor

Per Bootstrap v4 Alpha Migration guide:

  • Explicit classes (.page-item, .page-link) are now required on the descendants of .paginations

Added a new PageClasses property to PagedListRenderOptions and added classes from the property in HtmlHelper.

Example usage:

new PagedListRenderOptions { 
    LiElementClasses = new[] { "page-item" }, 
    PageClasses = new[] { "page-link" } 
}

@ernado-x ernado-x merged commit 973a5e8 into dncuug:master May 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants