Actions overview

Overview
API
Theme
Examples

NbActionsComponent

Shows a horizontal list of actions, available in multiple sizes. Aligns items vertically.

Showcase

Basic actions setup:

<nb-actions size="small">
  <nb-action icon="nb-search"></nb-action>
  <nb-action icon="nb-power-circled"></nb-action>
  <nb-action icon="nb-person"></nb-action>
</nb-actions>

Installation

Import NbActionsModule to your feature module.

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

Usage

Multiple sizes example:

Multiple Sizes

It is also possible to specify a badge value:

Action Badge

and we can set it to full a width of a parent component

Full Width

Action dot mode

Action badge in dot mode

NbActionComponent

Action item, display a link with an icon, or any other content provided instead.

Tabs
Previous page
Input
Next page

Need some help or found an issue?

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