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 RepositoriesDesktop Adaptations

Modified versions of React Native components that run on desktop platforms with native widget mapping.

Distinct from React Native Components: Distinct from React Native Components: focuses on adapting mobile components for desktop use, not creating new mobile components.

Explore 2 awesome GitHub repositories matching mobile development · Desktop Adaptations. Refine with filters or upvote what's useful.

Awesome Desktop Adaptations GitHub Repositories

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

    kusti8/proton-native

    10,894Vezi pe GitHub↗

    Proton Native is a cross-platform desktop framework that compiles React code into native applications for Windows, macOS, and Linux. It enables developers to build desktop applications using the same component syntax and patterns as React Native, with the ability to reuse existing React Native components with minimal modifications. The framework integrates a flexbox layout engine for positioning native desktop widgets and embeds the Node.js runtime for direct filesystem and system-level access. The framework translates React component trees into native desktop widgets through a bidirectional

    Port existing React Native components to desktop platforms with few or no changes.

    TypeScriptcross-platformdesktopjs
    Vezi pe GitHub↗10,894
  • varletjs/varletAvatar varletjs

    varletjs/varlet

    5,324Vezi pe GitHub↗

    Varlet este o bibliotecă de componente Vue 3 Material Design utilizată pentru a construi interfețe utilizator pentru mobil și desktop. Oferă o colecție de componente standardizate bazate pe specificațiile Material Design 2 și 3. Framework-ul funcționează ca o suită UI cross-platform care se adaptează între interacțiunile tactile mobile și mediile desktop. Include un sistem de componente temabile cu variabile de design personalizabile și setări pentru dark mode pentru a alinia interfețele cu branding-ul specific. Biblioteca suportă randarea pe partea de server pentru a îmbunătăți viteza de încărcare inițială a paginii și vizibilitatea în motoarele de căutare. Capabilitățile suplimentare includ localizarea interfeței în mai multe limbi pentru utilizatorii globali, standarde de accesibilitate pentru utilizatorii cu dizabilități și o arhitectură tree-shakable pentru a minimiza dimensiunea bundle-ului.

    Emulates touch interactions on desktop environments to make mobile-first components function on larger screens.

    Vuecomponentsjavascriptjs
    Vezi pe GitHub↗5,324
  1. Home
  2. Mobile Development
  3. React Native Ecosystem
  4. React Native Components
  5. Desktop Adaptations

Explorează sub-etichetele

  • Touch Interaction EmulationTechniques for adapting touch-based mobile interactions to function naturally within a desktop environment. **Distinct from Desktop Adaptations:** Distinct from general desktop adaptations by focusing specifically on emulating touch interactions for mobile-first components.