0.0.50 • Published 4 months ago

kenga-menu v0.0.50

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
4 months ago

Kenga menu

Kenga menu bar and popup menu widgets.

Install

To install kenga-menu package to your project, type the following command: npm install kenga-menu --save

Using

To use menu you can write something like this: const mi = new MenuItem('Preview'); mi.onAction = () => {...}; const menu = new Menu(); menu.add(mi); menu.popupRelativeTo(<DOM element>).

Architecture

MenuBar container contains MenuItem instances and pops theirs submenu up when user click on an item.

Menu container contains MenuItem instances. It can be used as standalone popup menu, widget context menu and as a submenu.

MenuItem widget is label like widget, which can be used as a Menu child and can have a sub menu.

The CheckBoxMenuItem and RadioButtonMenuItem widgets include check box and radio button and can be used within button group like CheckBox and RadioButton widgets.

0.0.50

4 months ago

0.0.48

7 months ago

0.0.49

6 months ago

0.0.47

10 months ago

0.0.46

1 year ago

0.0.45

1 year ago

0.0.41

1 year ago

0.0.42

1 year ago

0.0.43

1 year ago

0.0.40

2 years ago

0.0.37

2 years ago

0.0.38

2 years ago

0.0.39

2 years ago

0.0.33

2 years ago

0.0.34

2 years ago

0.0.36

2 years ago

0.0.32

2 years ago

0.0.31

3 years ago

0.0.30

3 years ago

0.0.29

3 years ago

0.0.28

3 years ago

0.0.27

3 years ago

0.0.26

3 years ago

0.0.25

5 years ago

0.0.24

6 years ago

0.0.23

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago