DocSpace-client/web/ASC.Web.Components/src/components/context-menu
2019-09-07 12:16:00 +03:00
..
context-menu.stories.js web: components: Moved story for ContextMenu + added base test and README.md 2019-09-07 12:16:00 +03:00
context-menu.test.js web: components: Moved story for ContextMenu + added base test and README.md 2019-09-07 12:16:00 +03:00
index.js web: Components: Added ContextMenu component. 2019-08-29 16:00:08 +03:00
README.md web: components: Moved story for ContextMenu + added base test and README.md 2019-09-07 12:16:00 +03:00

ContextMenu

Usage

import { ContextMenu } from 'asc-web-components';

Description

ContextMenu is used for a call context actions on a page.

Usage

<ContextMenu targetAreaId='rowContainer' options={[]} />

Properties

Props Type Required Values Default Description
options array - - - DropDownItems collection
targetAreaId string - - - Id of container apply to