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

11.0.0 • Public • Published

Timepicker Module

Timepicker helps users select and set a specific time in your timesheet in 24-hour format. It comes many features

Click here for demo

Installation

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

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

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

import {TimepickerModule} from '@logo-software/timepicker';

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

Timepicker Component

The Timepicker is the component of itself. Provides a proxy to Timepicker options as well as custom picker options. Add the below code to your code stack and give initializer parameters.

app.component.html

<logo-timepicker
 [id]="'myLogoTimer'"
 [size]="'medium'"
 [iconPosition]="'left'"
 [cssClasses]="'my-own-theme-css'"
>
</logo-timepicker>

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

Package Sidebar

Install

npm i @logo-software/timepicker

Weekly Downloads

1

Version

11.0.0

License

See license in LICENSE file

Unpacked Size

386 kB

Total Files

22

Last publish

Collaborators

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