This is a sciter.js project that explores how to create tabs.
It explores 3 different ways to create tabs, namely:
- pure css
- classic javascript way
- using sciter's
Element.Statepropertyexpanded
For a more advanced way in the form of a component, check out sciter pagecontrol.
- git clone the repository
- install packages
npm install - install latest sciter sdk
npm run install-sdk - start the demo
npm run scapp
- A recent version of Node.js
node(tested with 22 LTS) and its package managernpm.- On Windows download and run the installer
- On Linux check the installation guide