Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Hello, the commit support bootstrap 4 paginator #366

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 13, 2017

  1. feat: add support bootstrap 4 paginator css

    Inspirate in this format
    
    <ul class="pagination">
        <li class="page-item"><a class="page-link" href="#">Previous</a></li>
        <li class="page-item"><a class="page-link" href="#">1</a></li>
        <li class="page-item"><a class="page-link" href="#">2</a></li>
        <li class="page-item"><a class="page-link" href="#">3</a></li>
        <li class="page-item"><a class="page-link" href="#">Next</a></li>
      </ul>
    claudioDcv authored Mar 13, 2017
    Configuration menu
    Copy the full SHA
    b158d18 View commit details
    Browse the repository at this point in the history
  2. feat: paginator support bootstrap 4

    inspirate en this format
    
    <ul class="pagination">
        <li class="page-item"><a class="page-link" href="#">Previous</a></li>
        <li class="page-item"><a class="page-link" href="#">1</a></li>
        <li class="page-item"><a class="page-link" href="#">2</a></li>
        <li class="page-item"><a class="page-link" href="#">3</a></li>
        <li class="page-item"><a class="page-link" href="#">Next</a></li>
      </ul>
    claudioDcv authored Mar 13, 2017
    Configuration menu
    Copy the full SHA
    4de0565 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a80954d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70e3369 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    claudioDcv authored Mar 13, 2017
    Configuration menu
    Copy the full SHA
    afc831e View commit details
    Browse the repository at this point in the history
  6. Update README.md

    claudioDcv authored Mar 13, 2017
    Configuration menu
    Copy the full SHA
    805dd11 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    claudioDcv authored Mar 13, 2017
    Configuration menu
    Copy the full SHA
    ebf8dcf View commit details
    Browse the repository at this point in the history