Skip to content

8ctopus/sciter-tabs

Repository files navigation

sciter tabs

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.State property expanded

For a more advanced way in the form of a component, check out sciter pagecontrol.

demo

  • git clone the repository
  • install packages npm install
  • install latest sciter sdk npm run install-sdk
  • start the demo npm run scapp

demo requirements

  • A recent version of Node.js node (tested with 16 LTS) and its package manager npm.