awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesIcon Name Validations

Type-safe mechanisms to enforce valid icon identifiers using generic parameters and autocomplete.

Distinct from TypeScript Type Definitions: Specifically applies type definitions to icon identifiers rather than general library types

Explore 3 awesome GitHub repositories matching software engineering & architecture · Icon Name Validations. Refine with filters or upvote what's useful.

Awesome Icon Name Validations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • react-icons/react-iconsreact-icons 的头像

    react-icons/react-icons

    12,596在 GitHub 上查看↗

    This project is a comprehensive collection of type-safe SVG icon libraries bundled into a single, consistent component-based delivery system. It functions as a multi-pack aggregator that provides a library of scalable vector graphics as components with a unified API for styling and rendering. The library integrates numerous popular open-source SVG icon sets into a single component interface, allowing users to access and render a wide variety of iconography within one dependency. It includes native type definitions to ensure property validation and enable development autocomplete. The system

    Generates TypeScript interfaces for every icon set to ensure compile-time validation of icon names.

    TypeScripticonsreactsvg-icons
    在 GitHub 上查看↗12,596
  • tighten/ziggytighten 的头像

    tighten/ziggy

    4,291在 GitHub 上查看↗

    Ziggy is a frontend routing bridge that exports server route definitions to JavaScript or JSON for use in browser-based applications. It acts as a named route resolver, synchronizing server-defined routes with the client to generate full URLs from named routes without hardcoding paths. The project includes a TypeScript route generator that creates type definitions for backend routes, providing static type checking and autocompletion. It also provides dedicated integration hooks and plugins for React and Vue to make routing capabilities available within component-based frameworks. Beyond URL

    Uses static type definitions and branded types to ensure that only valid route names are passed to routing functions.

    JavaScriptjavascriptlaravelroutes
    在 GitHub 上查看↗4,291
  • fortawesome/react-fontawesomeFortAwesome 的头像

    FortAwesome/react-fontawesome

    3,732在 GitHub 上查看↗

    This project is a Font Awesome React component library and SVG icon framework used for rendering vector graphics within React applications. It provides a type-safe implementation for managing, layering, and rendering icons through prop-driven SVG generation. The library is designed as a tree-shakable asset delivery system, allowing build tools to exclude unused icons from the final bundle to optimize application size. It utilizes TypeScript to provide compile-time validation for icon names and properties. The framework covers a wide range of visual capabilities, including icon sizing, rotati

    Provides type-safe mechanisms to enforce valid icon identifiers through TypeScript generic parameters and autocomplete.

    TypeScriptfontawesomefrontendjavascript
    在 GitHub 上查看↗3,732
  1. Home
  2. Software Engineering & Architecture
  3. TypeScript Type Definitions
  4. Icon Name Validations

探索子标签

  • Route Name ValidationsType-safe mechanisms to ensure only valid route identifiers are used in routing functions. **Distinct from Icon Name Validations:** Distinct from Icon Name Validations: specifically validates routing identifiers instead of UI icon names.