awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

3 Repos

Awesome GitHub RepositoriesProp Sorting

Automated alphabetical ordering of properties passed to components.

Distinct from Prop Transformations: Distinct from prop transformations: focuses on the visual order of props rather than modifying the data they carry.

Explore 3 awesome GitHub repositories matching user interface & experience · Prop Sorting. Refine with filters or upvote what's useful.

Awesome Prop Sorting 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

    Enforces alphabetical ordering of props in elements to make them easier to locate and maintain.

    JavaScriptdevelopmentecmascripteslint
    Auf GitHub ansehen↗9,287
  • tailwindlabs/prettier-plugin-tailwindcssAvatar von tailwindlabs

    tailwindlabs/prettier-plugin-tailwindcss

    7,010Auf GitHub ansehen↗

    This project is a Prettier plugin and Tailwind CSS class sorter that automatically organizes utility classes into a consistent and recommended order. It functions as a frontend styling formatter and CSS utility organizer, removing duplicate classes and sorting style attributes across HTML and JavaScript files. The tool ensures consistent markup formatting by ordering utility classes within HTML attributes, template literals, JavaScript expressions, and custom framework props. It integrates with Tailwind CSS configuration files and stylesheets to synchronize sorting behavior with custom theme

    Reorders utility classes found within non-standard attributes or framework props.

    TypeScript
    Auf GitHub ansehen↗7,010
  • shufo/vscode-blade-formatterAvatar von shufo

    shufo/vscode-blade-formatter

    5,196Auf GitHub ansehen↗

    Dies ist ein Code-Formatter für Blade-Template-Dateien, der Einrückungen und Abstände innerhalb des VS Code-Editors standardisiert. Er fungiert als Template-Formatter und HTML-Attribut-Sorter, der Syntax und Layout basierend auf benutzerdefinierten oder vorgegebenen Stilregeln bereinigt. Das Tool zeichnet sich dadurch aus, dass es automatisch HTML-Attribute organisiert und Tailwind CSS-Utility-Klassen in eine vorhersehbare Reihenfolge bringt. Es verwendet ein JSON-konfigurierbares System, um projektspezifische Regeln und Ausschlusslisten zu laden, wodurch Teams Code-Stile synchronisieren und Versionskonflikte vermeiden können. Zu den umfassenden Funktionen gehören die Verwaltung des Formatierungsumfangs durch globale Ignorierlisten oder Inline-Kommentare, die Validierung von Konfigurationsdateien anhand eines formalen Schemas sowie die Anpassung von Einrückungs- und Leerzeichenregeln. Das Projekt integriert sich über das Language Server Protocol in den Editor.

    Reorganizes HTML attributes based on alphabetical or custom regular expression patterns.

    TypeScriptformatterlaravelvscode
    Auf GitHub ansehen↗5,196
  1. Home
  2. User Interface & Experience
  3. Component Props Management
  4. Prop Transformations
  5. Prop Sorting

Unter-Tags erkunden

  • Attribute Class Sorting1 Sub-TagAutomated ordering of utility classes found within non-standard attributes or framework-specific props. **Distinct from Prop Sorting:** Distinct from prop sorting; focuses on the sequence of classes within the prop value, not the order of the props themselves.