0.0.22 • Published 12 months ago
@cntwg/html-ctrls-tabs v0.0.22
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 moduledoc
directory.
- a new module classes:
-
THtmlTabsFrameContainer
, -THtmlTabsFrameController
(exported as aTHtmlTabsFrameControllerV2
) -THtmlTabsPanel
(exported as aTHtmlTabsPanelV2
) (beta version)
For more details see
html-ctrls-tabs-2.md
in moduledoc
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;
.