Xel Widget Toolkit

repository·master·Indexed 20 days ago

https://github.com/jarek-foksa/xel

A lightweight HTML5 widget toolkit for creating native-like user interfaces in Web, Electron, and Hybrid applications using standard JavaScript, HTML, and CSS. It includes a variety of built-in widgets such as form controls, navigation and layout elements, feedback inputs, and overlays.

Tokens
259
Snippets
1
Records
3
Agent score
23%

What's inside xel

  1. Overview of Xel widget toolkit

    master
    Xel is an HTML5 widget toolkit designed for building native-like applications for the Web, Electron, and Hybrid environments. It adheres to the 'Keep It Simple' principle by using plain JavaScript, HTML, and CSS, avoiding heavy abstraction layers or preprocessors.
  2. Available widgets in Xel

    master

    Xel provides a wide range of built-in widgets for UI construction, including:

    • Form Controls: Buttons, Selects, Checkboxes, Switches, Radios, Text inputs, Number inputs.
    • Navigation & Layout: Tabs, Menus, Menubars, Context menus, Cards, Drawers, Popovers.
    • Feedback & Input: Sliders, Progressbars, Throbbers, Steppers, Swatchs.
    • Overlays: Dialogs.

    For a complete list of all supported widgets, including demos and detailed documentation, visit xel-toolkit.org.

  3. Import the Xel toolkit

    master

    The xel package provides the core toolkit functionality. You can import the default export from the main entrypoint to access the primary Xel instance or library functionality.

    import xel from 'xel';