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

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

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

8 रिपॉजिटरी

Awesome GitHub RepositoriesData Attribute Styling

Styling mechanisms that use custom data attributes to define the visual state of an element.

Distinct from Element Attributes: Focuses on visual styling via data-attributes rather than general attribute management

Explore 8 awesome GitHub repositories matching web development · Data Attribute Styling. Refine with filters or upvote what's useful.

Awesome Data Attribute Styling GitHub Repositories

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

    hakimel/Ladda

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

    Ladda is an animated button library that provides loading button components to signal processing states during web interactions. It serves as a form submission indicator that replaces button text with a loading spinner during asynchronous operations to provide user feedback and prevent multiple clicks. The library focuses on asynchronous UI feedback and frontend state visualization. It links the visual appearance of buttons to the loading state of API calls and manages the user experience during form submissions. Capabilities include the creation of buttons with integrated animation styles a

    Uses DOM data attributes to determine the specific visual style and animation of the loading spinner.

    JavaScript
    GitHub पर देखें↗7,796
  • apoorvsaxena/lozad.jsApoorvSaxena का अवतार

    ApoorvSaxena/lozad.js

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

    lozad.js is a JavaScript lazy loading library and viewport-based media loader. It serves as a dependency-free wrapper around the Intersection Observer API to defer the loading of images and iframes until they enter the browser viewport. The project functions as a responsive image loader that optimizes page speed by delivering the most appropriate image sizes and formats based on the user's screen. It includes capabilities for responsive image optimization and layout stabilization through the use of image placeholders to prevent content shifts. The library manages the full lifecycle of deferr

    Uses data attributes to store media URLs, deferring the actual network request.

    JavaScript
    GitHub पर देखें↗7,497
  • filamentgroup/loadcssfilamentgroup का अवतार

    filamentgroup/loadCSS

    6,647GitHub पर देखें↗

    loadCSS एक एसिंक्रोनस CSS लोडर और नॉन-ब्लॉकिंग स्टाइलशीट इंजेक्टर है। यह एक उत्तरदायी यूज़र इंटरफेस बनाए रखने के लिए ब्राउज़र रेंडरिंग प्रक्रिया को अवरुद्ध किए बिना स्टाइलशीट लोड करने के लिए एक तकनीकी कार्यान्वयन प्रदान करता है। यह प्रोजेक्ट यह पता लगाने के लिए एक विशिष्ट CSS लोडिंग पैटर्न को लागू करता है कि एसिंक्रोनस स्टाइलशीट ने विभिन्न वेब ब्राउज़रों में लोड होना कब समाप्त कर लिया है। यह सुसंगत विज़ुअल व्यवहार सुनिश्चित करने के लिए स्टाइलशीट के पूरी तरह से लोड होने के बाद ही कॉलबैक फंक्शन्स के निष्पादन की अनुमति देता है। यह टूल प्रोग्रामेटिक स्टाइलशीट इंसर्शन, एप्लिकेशन लॉजिक के आधार पर डायनामिक इंजेक्शन और स्टाइलशीट लोड डिटेक्शन को कवर करता है। यह फ्रंटएंड प्रदर्शन को ऑप्टिमाइज़ करने के लिए स्टाइल के अनुरोध के तरीके को प्रबंधित करता है।

    Provides the ability to configure media queries and relational attributes of stylesheet links before DOM injection.

    JavaScript
    GitHub पर देखें↗6,647
  • tailwindlabs/tailwindcss-typographytailwindlabs का अवतार

    tailwindlabs/tailwindcss-typography

    6,249GitHub पर देखें↗

    Tailwind CSS Typography is a plugin for the Tailwind CSS framework that provides hand-tuned typographic defaults for blocks of vanilla HTML content, such as content from Markdown or a CMS. It applies beautiful prose styles to HTML content using a single class, eliminating the need for custom CSS to style rich text. The plugin distinguishes itself by offering deep customization and control over typography. Users can adjust the overall font size of prose content across five predefined sizes, select from five built-in gray-scale palettes to match a project's color scheme, and seamlessly adapt ty

    Applies styles when an element has a specific ARIA state or data attribute using variants.

    JavaScript
    GitHub पर देखें↗6,249
  • mdn/browser-compat-datamdn का अवतार

    mdn/browser-compat-data

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

    Stores extra information on standard HTML elements using data-* attributes without predefined meaning.

    JSONcompatcompatibilitydata
    GitHub पर देखें↗5,585
  • chakra-ui/arkchakra-ui का अवतार

    chakra-ui/ark

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

    Ark is a headless UI component library that delivers accessible, cross-framework primitives with behavior governed by finite state machines. It provides unstyled components that encapsulate logic and accessibility — including full keyboard navigation, focus management, and WAI-ARIA support — while leaving visual styling entirely to the consumer. Components expose scoped data attributes for CSS targeting and use state machines to produce predictable, testable interactive behavior across every state transition. The library distinguishes itself through a state propagation model that distributes

    Exposes scoped data attributes on every component part for CSS targeting of structural and state hooks.

    TypeScriptcomponentsdesign-systemheadless
    GitHub पर देखें↗5,004
  • webpack/mini-css-extract-pluginwebpack का अवतार

    webpack/mini-css-extract-plugin

    4,663GitHub पर देखें↗

    This is a Webpack extension used to extract CSS from JavaScript files into separate, standalone stylesheets for production builds. It functions as a CSS bundler and asset optimizer that separates styles from script bundles to enable parallel loading and prevent flashes of unstyled content. The project provides utilities for generating JavaScript module exports that map local style definitions to application components. It also implements dynamic theme management by conditionally loading different CSS variants via resource queries and supports long-term browser caching through the use of conte

    Provides programmatic control over HTML link element attributes to support preloading and cross-origin loading.

    JavaScriptwebpack-plugin
    GitHub पर देखें↗4,663
  • leaverou/prefixfreeLeaVerou का अवतार

    LeaVerou/prefixfree

    3,792GitHub पर देखें↗

    prefixfree is a runtime CSS processor and polyfill library designed to ensure cross-browser visual consistency. It functions as a client-side script that automatically detects browser requirements and injects necessary vendor prefixes into CSS properties and values at runtime. The project utilizes a system that intercepts stylesheets and modifies style rules in browser memory. It includes a DOM mutation style monitor that observes the document tree for new elements to apply prefixing logic to dynamic content and attributes. The library provides polyfilling for modern CSS standards in legacy

    Provides an attribute-based mechanism to exclude specific CSS blocks from the automated prefixing process.

    JavaScript
    GitHub पर देखें↗3,792
  1. Home
  2. Web Development
  3. Element Attributes
  4. Data Attribute Styling

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

  • ARIA Attribute Styling1 सब-टैगApplying utility classes conditionally based on the current value of ARIA attributes on an element. **Distinct from Data Attribute Styling:** Distinct from Data Attribute Styling: focuses specifically on ARIA attributes for accessibility-driven styling, not general data attributes.
  • Link Attribute ConfigurationsProgrammatic control of HTML link element attributes to manage stylesheet behavior. **Distinct from Data Attribute Styling:** Distinct from Data Attribute Styling: focuses on standard link attributes like media and rel for loading, not custom data-attributes for visual state.
  • Source StorageUsing custom data attributes to temporarily store media URLs to prevent immediate browser loading. **Distinct from Data Attribute Styling:** Focuses on storing the source URL for later use, unlike Data Attribute Styling which focuses on visual state.