jd-solanki / anu

Anu - DX focused utility based vue component library built on top of UnoCSS & VueUse ⚡️🔥
https://anu-vue.netlify.app/
MIT License
1.04k stars 56 forks source link

New component: Pagination #122

Open BlackSkyJY opened 1 year ago

jd-solanki commented 1 year ago

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

Thanks.

BlackSkyJY commented 1 year ago

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

jd-solanki commented 1 year ago

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

jd-solanki commented 1 year ago

Features/Things to take care of

Proposed API

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

Props

Events