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

New component: Pagination #122

Open
BlackSkyJY opened this issue Jan 10, 2023 · 4 comments
Open

New component: Pagination #122

BlackSkyJY opened this issue Jan 10, 2023 · 4 comments

Comments

@BlackSkyJY
Copy link

No description provided.

@jd-solanki
Copy link
Owner

Hi,
Thanks for raising the issue. Can you please mention which navigation component?

Thanks.

@BlackSkyJY
Copy link
Author

Sorry,I want say I need Pagination Component, Is there a plan to release this component?

@jd-solanki
Copy link
Owner

You can expect it after the upcoming release, Right now we are planning for TailwindCSS support.

@jd-solanki jd-solanki changed the title when to publish Navigation components? New component: Pagination Jan 11, 2023
@jd-solanki
Copy link
Owner

jd-solanki commented Jan 11, 2023

Features/Things to take care of

  • Let's add nice slide animation like NextUI
  • It should adjust sizing according to font size utilities
  • If possible make sure we can update the gap between page items via gap utilities
  • Allow adjusting overall spacing via spacing prop

Proposed API

<template>
  <APagination v-model="page" total="5">
</template>

Props

  • modelValue
  • total
  • disabled
  • color
  • variant
  • spacing
  • max-visible: Maximum number of navigation buttons to show
  • next-icon
  • prev-icon
  • hide-arrows: Hide next prev arrows
  • dotted: Only show dots instead of numbers

Events

  • change

@jd-solanki jd-solanki added this to Anu Jan 19, 2023
@jd-solanki jd-solanki moved this to Todo in Anu Jan 19, 2023
@jd-solanki jd-solanki moved this from Todo to Unplanned in Anu Feb 6, 2023
@jd-solanki jd-solanki moved this from Unplanned to 📦 New components in Anu May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📦 New components
Development

No branches or pull requests

2 participants