@logo-software/datepicker
TypeScript icon, indicating that this package has built-in type declarations

11.0.0 • Public • Published

Datepicker Module

Date pickers let users select a date or range of dates. They should be suitable for the context in which they appear.

Click here for demo

Installation

All public npm packages of Logo Software is at https://www.npmjs.com/~logofe. To install Datepicker Module:

$ npm set registry https://registry.npmjs.org/
$ npm install @logo-software/datepicker -s

Just import it to your project of @NgModule import section.

import { DatepickerModule } from '@logo-software/datepicker';

@NgModule({
  imports: [DatepickerModule],
})
export class AppModule {
}

Datepicker Component

The DatePicker components itself. Provides a proxy to customize logo datepicker library options. Add the below code to your code stack and give initializer parameters.

app.component.html

<logo-datepicker
  [reference]="'mySecondDatepickerForRange'"
  [formatter]="'Placeholder of my logo datepicker'"
  [regexp]="regexp"
  [disabled]="false"
  [time]="true"
  [ngModel]="10.01.2021"
  [min]="10.01.2000"
  [max]="10.01.2099"
  [target]="'mySecondDatepickerForRange'"
  [iconPosition]="'left'"
  [size]="'medium'"
  [classes]="'my-own-datepicker-class'"
  (valueChange)="yourChangeTrigger($event)"
>
</logo-datepicker>

For API details, please visit http://design.logo.com.tr/#/docs/components/components-overview

Package Sidebar

Install

npm i @logo-software/datepicker

Weekly Downloads

2

Version

11.0.0

License

See license in LICENSE file

Unpacked Size

581 kB

Total Files

24

Last publish

Collaborators

  • furkan.cetin
  • yusufyilmaz
  • serdarates
  • gamzeyapici
  • srknc
  • dotnet-ankara
  • murat.logo
  • serhan.gurbuz
  • gulnihaleksi