Global Search overview

Overview
API
Theme
Examples

NbSearchComponent

Beautiful full-page search control.

Showcase

Basic setup:

 <nb-search type="rotate-layout"></nb-search>

Installation

Import NbSearchModule to your feature module.

@NgModule({
  imports: [
    // ...
    NbSearchModule,
  ],
})
export class PageModule { }

Usage

Several animation types are available: modal-zoomin, rotate-layout, modal-move, curtain, column-curtain, modal-drop, modal-half

It is also possible to handle search event using NbSearchService:

Search Event

NbSearchService

Search component service, connects your code to a page-level search component.

Window
Previous page
User (Avatar)
Next page

Need some help or found an issue?

Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.