awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesTypeScript Interaction Typing

Type declarations for UI component objects and methods to ensure type-safe interaction and state management.

Distinct from TypeScript Type Synthesis: Candidates focus on gRPC stubs, schema synthesis, or general type generators, not interaction typing for a UI library.

Explore 2 awesome GitHub repositories matching user interface & experience · TypeScript Interaction Typing. Refine with filters or upvote what's useful.

Awesome TypeScript Interaction Typing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • themesberg/flowbiteAvatar de themesberg

    themesberg/flowbite

    9,283Ver en GitHub↗

    Flowbite is a cross-framework UI library and design system built as a collection of pre-styled components and layout blocks using Tailwind CSS utility classes. It functions as a TypeScript UI toolkit and a general web framework for creating responsive websites and applications. The project provides a mirroring Figma design system to allow prototyping of components and variants before they are coded. It distinguishes itself through an AI-driven approach to page generation and the creation of design specifications via a command-line interface. The library covers a wide range of interactive int

    Flowbite provides TypeScript interfaces and type declarations for component objects and methods to ensure compile-time safety.

    HTMLcomponentscssdesign-system
    Ver en GitHub↗9,283
  • apertureless/vue-chartjsAvatar de apertureless

    apertureless/vue-chartjs

    5,717Ver en GitHub↗

    vue-chartjs is a component library that wraps Chart.js chart types as reusable Vue components, integrating the charting library into Vue's component model. It provides reactive props binding so that charts automatically redraw when data or options change, and exposes the underlying Chart.js instance via template refs for direct programmatic access. The library also forwards Chart.js interaction events like clicks and hovers to Vue component event handlers, and applies ARIA labels to chart elements for screen reader support. The library distinguishes itself by offering typed Vue components for

    Registers custom Chart.js chart types and controllers as typed Vue components for type-safe usage.

    TypeScript
    Ver en GitHub↗5,717
  1. Home
  2. User Interface & Experience
  3. TypeScript Interaction Typing

Explorar subetiquetas

  • Chart Controller RegistrationsRegisters custom Chart.js chart types and controllers as typed Vue components. **Distinct from TypeScript Interaction Typing:** Distinct from TypeScript Interaction Typing: focuses on registering custom chart controllers as typed components, not general UI interaction typing.