Playground

Docs home

Interactive playground

Write and run Forge Select code directly in the browser — with presets for every major feature:

https://forgeselect.konexforge.com/playground/

Pick a preset (Basic, Multiple + tags, Rich items ×1000, Option groups, Custom template, Dark theme, Events), edit the snippet, and press Run (or Ctrl/Cmd + Enter). Your code receives a fresh el (<select> element) and a log() helper that prints into the preview pane.

Live demo

A curated showcase of every feature, deployed from the latest main commit:

https://forgeselect.konexforge.com/demo/

It showcases:

Run the demo locally

git clone https://github.com/cmm-cmm/ForgeSelect.git
cd ForgeSelect
npm install
npm run build
python3 -m http.server 8080   # or: npx serve -l 8080

Then open http://localhost:8080/demo/ in your browser. The demo page (demo/index.html) loads the IIFE bundle from dist/index.global.js and the stylesheet from styles/forge-select.css.

Hosted sandboxes

StackBlitz / CodeSandbox starter templates are planned once the package is published to npm. Until then, copy any snippet from Examples into the local demo setup above.

See also