awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesBoolean Input Editors

UI components for editing boolean values, typically using checkboxes or toggle switches.

Distinct from Boolean Value Parsing: Candidates focus on serialization or parsing of boolean values, not the UI editing component.

Explore 2 awesome GitHub repositories matching user interface & experience · Boolean Input Editors. Refine with filters or upvote what's useful.

Awesome Boolean Input Editors GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • olifolkerd/tabulatorالصورة الرمزية لـ olifolkerd

    olifolkerd/tabulator

    7,550عرض على GitHub↗

    Tabulator is an interactive data table library and virtual DOM data grid used to create high-performance tables from JSON or arrays. It functions as a hierarchical data viewer and a spreadsheet interface component, capable of rendering thousands of records efficiently through viewport-based virtualization and progressive loading. The library distinguishes itself by providing a full spreadsheet interface mode with multi-sheet management, cell range selection, and bulk copy-paste capabilities. It supports complex data architectures, including nested data field mapping, expandable tree structure

    Toggles values via checkboxes with support for custom true/false values and tri-state modes.

    JavaScriptajaxcdnjsdata
    عرض على GitHub↗7,550
  • mimecorg/vuidoالصورة الرمزية لـ mimecorg

    mimecorg/vuido

    6,062عرض على GitHub↗

    Vuido is a framework for building native desktop applications for Windows, macOS, and Linux using Vue.js components, without requiring Electron or Chromium. It maps Vue components directly to native widgets from the libui library, creating lightweight applications that run on a single-threaded event loop and compile templates at build time for optimized runtime performance. The framework provides a complete Vue.js component-to-native bridge, enabling two-way data binding via v-model, component-based window composition, and platform-specific package generation for distributing executables. It

    Binds a checkbox to a boolean value using v-model, updating the state when the user checks or unchecks it.

    JavaScriptdesktoplibuivue
    عرض على GitHub↗6,062
  1. Home
  2. User Interface & Experience
  3. Boolean Input Editors