3 dépôts
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.
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.
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.
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.