New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ng-eldeeb-magic-search

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-eldeeb-magic-search

This the search input magic made by Mohamed Eldeeb ❤️

  • 16.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-72.73%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 24 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc