ionic-custom-components
v1.2.0
Published
Custom components for ionic vue projects
Downloads
9
Maintainers
Readme
Custom components for Ionic with Vue applications
List of component
- IonSearch
- IonClientPagination
- IonServerPagination
- IonFile
IonAutocomplete
A select component that includes search mode.
IonClientPagination
A component that displays elements with client-side pagination.
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[]
}
IonFile
Component to grab files regardless of platform