awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • jsx-eslint/eslint-plugin-reactAvatar de jsx-eslint

    jsx-eslint/eslint-plugin-react

    9,287Voir sur GitHub↗

    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
    Voir sur GitHub↗9,287
  • sixlabors/imagesharpAvatar de SixLabors

    SixLabors/ImageSharp

    7,954Voir sur GitHub↗

    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
    Voir sur GitHub↗7,954
  1. Home
  2. User Interface & Experience
  3. Inline Element Spacing

Explorer les sous-tags

  • 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.