awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesAttribute Class Sorting

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

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

Awesome Attribute Class Sorting GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • tailwindlabs/prettier-plugin-tailwindcsstailwindlabs का अवतार

    tailwindlabs/prettier-plugin-tailwindcss

    7,010GitHub पर देखें↗

    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
    GitHub पर देखें↗7,010
  • shufo/vscode-blade-formattershufo का अवतार

    shufo/vscode-blade-formatter

    5,196GitHub पर देखें↗

    यह Blade टेम्प्लेट फ़ाइलों के लिए एक कोड फ़ॉर्मेटर है जो VS Code एडिटर के भीतर इंडेंटेशन और स्पेसिंग को मानकीकृत करता है। यह एक टेम्प्लेट फ़ॉर्मेटर और HTML एट्रिब्यूट सॉर्टर के रूप में कार्य करता है जो कस्टम या ओपिनियनेटेड स्टाइल नियमों के आधार पर सिंटैक्स और लेआउट को साफ करता है। यह टूल HTML एट्रिब्यूट्स को स्वचालित रूप से व्यवस्थित करके और Tailwind CSS यूटिलिटी क्लास को एक अनुमानित क्रम में सॉर्ट करके खुद को अलग करता है। यह प्रोजेक्ट-विशिष्ट नियमों और बहिष्करण सूचियों को लोड करने के लिए JSON-कॉन्फ़िगर करने योग्य सिस्टम का उपयोग करता है, जिससे टीमें कोड शैलियों को सिंक्रनाइज़ कर सकती हैं और वर्ज़न कंट्रोल संघर्षों को रोक सकती हैं। व्यापक क्षमताओं में वैश्विक अनदेखी सूचियों या इनलाइन टिप्पणियों के माध्यम से फ़ॉर्मेटिंग स्कोप का प्रबंधन करना, औपचारिक स्कीमा के विरुद्ध कॉन्फ़िगरेशन फ़ाइलों को मान्य करना, और इंडेंटेशन तथा व्हाइटस्पेस नियमों को अनुकूलित करना शामिल है। यह प्रोजेक्ट Language Server Protocol का उपयोग करके एडिटर के साथ एकीकृत होता है।

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

    TypeScriptformatterlaravelvscode
    GitHub पर देखें↗5,196
  1. Home
  2. User Interface & Experience
  3. Component Props Management
  4. Prop Transformations
  5. Prop Sorting
  6. Attribute Class Sorting

सब-टैग एक्सप्लोर करें

  • HTML Attribute SortingAutomated reorganization of HTML attributes based on custom patterns or alphabetical order. **Distinct from Attribute Class Sorting:** Distinct from Attribute Class Sorting: sorts the attributes themselves (e.g., id, class, src), not the utility classes inside a single attribute.