0.0.22 • Published 12 months ago

@cntwg/html-ctrls-tabs v0.0.22

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
12 months ago
rev.:0.0.5
date:2023-04-23

Introduction

This module provide a tabs panel component.

Use cases

This module was make for use as a library in a development of a Web-apps based on Electron as main target.

Installation

npm install @cntwg/html-ctrls-tabs

Description

This module contains the following components:

  • an own module classes: - THtmlTabsPanel

For more details see html-ctrls-tabs.md in module doc directory.

  • a new module classes: - THtmlTabsFrameContainer, - THtmlTabsFrameController (exported as a THtmlTabsFrameControllerV2) - THtmlTabsPanel (exported as a THtmlTabsPanelV2) (beta version)

For more details see html-ctrls-tabs-2.md in module doc directory.

Also this module re-exports @cntwg/html-helper module. So you don't need to install it separately (if you not need to use a more resent version of it if such is available). Just add the following line to your code:

const htmlHelper = require('@cntwg/html-helper').htmlHelper;.

0.0.21

12 months ago

0.0.22

12 months ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.16

2 years ago

0.0.15

3 years ago

0.0.10

3 years ago