1.6.4 • Published 4 years ago

@okode/ngx-custom-palette v1.6.4

Weekly downloads
72
License
-
Repository
-
Last release
4 years ago

@okode/ngx-custom-palette

Okode custom palette for Ionic 4+ components

Tested versions supported:

@okode/ngx-custom-palette@ionic/angular
1.5.04.6.0
1.4.14.4.2

Install package in client App

npm i @okode/ngx-custom-palette

Usage

In all Components/Pages (or SharedModule):

import { OkodeNgxCustomPaletteModule } from '@okode/ngx-custom-palette';

@NgModule({
  declarations: [],
  imports: [
    CommonModule, FormsModule, IonicModule, // Required
    OkodeNgxCustomPaletteModule
  ]

Import main style in src/global.scss

@import '~@okode/ngx-custom-palette/styles/style.scss';

Aditional directives and components

kdDatepicker directive

In page module:

import { OkodeNgxCustomPaletteModule, OkodeNgxDatepickerModule } from '@okode/ngx-custom-palette';
@NgModule({
  imports: [
    OkodeNgxCustomPaletteModule,
    OkodeNgxDatepickerModule,
    ...
  ],

HTML:

<ion-item>
  <ion-label>Date</ion-label>
  <ion-input type="date" [(ngModel)]="date"></ion-input>
  <ion-icon name="md-calendar" kdDatepicker [date]="date" (dateChange)="date = $event"></ion-icon>
</ion-item>

Inputs and outputs (optionals)

@Input() date: string;           // Set selected date 'YYYY-MM-DD'
@Output() dateChange: Event;     // Return selected date 'YYYY-MM-DD'
@Input() maxDate: string;        // Set max date selectable 'YYYY-MM-DD'
@Input() minDate: string;        // Set min date selectable 'YYYY-MM-DD'
1.6.4

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.5.13

4 years ago

1.5.12

5 years ago

1.5.10

5 years ago

1.5.9

5 years ago

1.5.8

5 years ago

1.5.7

5 years ago

1.5.6

5 years ago

1.5.5

5 years ago

1.5.4

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago