0.0.26 • Published 1 year ago
@cntwg/html-ctrls-tabs v0.0.26
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.mdin moduledocdirectory.
- a new module classes:
-
THtmlTabsFrameContainer, -THtmlTabsFrameController(exported as aTHtmlTabsFrameControllerV2) -THtmlTabsPanel(exported as aTHtmlTabsPanelV2) (beta version)
For more details see
html-ctrls-tabs-2.mdin moduledocdirectory.
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;.