awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • olifolkerd/tabulatorAvatar olifolkerd

    olifolkerd/tabulator

    7,550Vezi pe 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
    Vezi pe GitHub↗7,550
  • mimecorg/vuidoAvatar mimecorg

    mimecorg/vuido

    6,062Vezi pe 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
    Vezi pe GitHub↗6,062
  1. Home
  2. User Interface & Experience
  3. Boolean Input Editors