awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesInline Element Spacing

Validation of whitespace between adjacent inline user interface elements.

Distinguishing note: None of the candidates cover UI-specific whitespace enforcement between adjacent elements.

Explore 2 awesome GitHub repositories matching user interface & experience · Inline Element Spacing. Refine with filters or upvote what's useful.

Awesome Inline Element Spacing GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jsx-eslint/eslint-plugin-reactAvatar von jsx-eslint

    jsx-eslint/eslint-plugin-react

    9,287Auf GitHub ansehen↗

    This project is an ESLint plugin and static analysis tool designed to enforce best practices, prevent bugs, and maintain code quality in React projects. It functions as a specialized JSX linter that analyzes the syntax and structure of components to detect anti-patterns and API misuse. The plugin distinguishes itself by providing deep analysis of React-specific patterns, such as detecting state race conditions, preventing nested component definitions, and identifying unstable references that cause unnecessary re-renders. It also includes security hardening rules to identify vulnerabilities li

    Identifies adjacent inline elements that lack separating whitespace to prevent them from bumping against each other.

    JavaScriptdevelopmentecmascripteslint
    Auf GitHub ansehen↗9,287
  • sixlabors/imagesharpAvatar von SixLabors

    SixLabors/ImageSharp

    7,954Auf GitHub ansehen↗

    ImageSharp is a .NET image processing library and manipulation framework used for decoding, encoding, and modifying digital images. It functions as a comprehensive toolkit for resizing, cropping, and applying pixel-level filters while managing color profiles and pixel data across various file formats. The project integrates a 2D vector graphics engine and a typography rendering engine to draw geometric shapes, paths, and complex stylized text onto images. It also includes a geometry boolean operation library for calculating intersections, unions, and differences between complex polygons and c

    Inserts placeholders into the text flow to reserve dimensions for external elements like icons.

    C#bmpc-sharpdrawing
    Auf GitHub ansehen↗7,954
  1. Home
  2. User Interface & Experience
  3. Inline Element Spacing

Unter-Tags erkunden

  • Text Flow PlaceholdersMechanism for reserving space within a text layout for inline non-text elements. **Distinct from Inline Element Spacing:** Specifically refers to typographic layout spacing rather than UI element margin validation.