Getting Started
Overview
Installation
Theme
Forms
Basic Inputs
Select
Custom Inputs
Components
Navigation
Components
68
Micro Charts
Libraries
Kanban Board
Image Designer
Video Player
Visual Builder
Content Editor
Data View
GET NGSTARTER

Command Bar

The Angular Command Bar component is a user interface element that contains commands for interacting with the content of the window, panel, or parent region it overlays.

Basic command bar

Display a command bar with a list of commands:

2 selected
Edit
e
Delete
d

API Reference

ngs-command-bar - the root component of the command bar. This component manages the state of the command bar.

PropTypeDefault
open
Whether to open (show) command bar.
boolean
position
CommandBarPosition: top | bottombottom

ngs-command-bar-divider - the divider component of the command bar. This component is used to display a separator between commands.

ngs-command-bar-command - the command component of the command bar. This component is used to display a command, as well as registering the keyboard shortcut.

PropTypeDefault
shortcut
The command's shortcut.
string