1.2.0 • Published 28 days ago

ionic-custom-components v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
28 days ago

Custom components for Ionic with Vue applications

List of component

  • IonSearch
  • IonClientPagination
  • IonServerPagination
  • IonFile

IonAutocomplete

A select component that includes search mode.
GIF Recording 2024-03-03 at 6.16.36 PM.gif
GIF Recording 2024-03-03 at 6.13.12 PM.gif

IonClientPagination

A component that displays elements with client-side pagination.
GIF Recording 2024-03-03 at 6.22.31 PM.gif GIF Recording 2024-03-03 at 6.19.12 PM.gif

IonServerPagination

This component allows you to view previously paged information in the backend.

This interface is the one that receives as prop pagination.

export interface GetPaginationResponse {
pages: 0,
page: number,
take: number,
total: number,
items: any[]
}

GIF Recording 2024-03-03 at 6.25.40 PM.gif GIF Recording 2024-03-03 at 6.19.12 PM.gif

IonFile

Component to grab files regardless of platform example_code_ion_file example_page_ion_file

1.2.0

28 days ago

1.1.0

1 month ago

1.0.2

1 month ago

1.0.1

2 months ago

1.0.1-0

2 months ago

0.1.0

2 months ago

0.0.4

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago