16.0.2 • Published 8 months ago

ng-eldeeb-magic-search v16.0.2

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

Eldeeb magic search

This library was generated with Angular CLI grater than version ^13.0.0.

Import

import { NgxEldeebModule } from 'ng-eldeeb-magic-search';


@NgModule({
  declarations: [],
  imports: [
    BrowserModule,
    AppRoutingModule,
    NgxEldeebModule
  ],
  providers: [],
  bootstrap: [AppComponent],
})
export class AppModule {}

Usage/Examples

<eldeeb-magic-search 
  [formControl]="search" 
  [placeholder]="('search' | translate) + '...'" 
  outlineOption="2.5px solid #03a9f4" 
  class="search sm:h-11 h-8"> 
</eldeeb-magic-search>

Accessablity

ParameterTypeDescription
Input() charstringOptional. your shortcut character, by default ( S )
Input() typestringOptional. Input type, by default ( test )
Input() placeholderstringOptional. Input placeholder, by default ( Search... )
Input() inputCLassstringOptional. scss or css classes
Input() outlineOptionstringOptional. Input outline border by default ( 2px solid gray )
Input() outlineOptionstringOptional. Input outline border by default ( 2px solid gray )
output() blurEventEmitter<unknown>On blur input
output() focusEventEmitter<unknown>On focus input
output() changeEventEmitter<unknown>On change input

Support

Made with love ❤️, For support, email mohamed.eldeib5@gmail.com.

16.0.2

8 months ago

16.0.1

8 months ago

16.0.0

8 months ago

15.0.0

8 months ago

14.0.0

8 months ago

13.1.0

8 months ago

13.0.0

8 months ago