@cntwg/html-ctrls-tabs
v0.0.30
Published
An HTML-form component: tabs panel
Readme
|rev.:|0.0.6| |:---|---:| |date:|2025-11-15|
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;.
[!] Notes on upgrade to
v0.0.30From
v0.0.30a re-export of@cntwg/html-helpermodule components is partial and becomes a deprecated options. Its planned to be dropped soon completely.
