5 Repos
Mapping class names to specific module keys to resolve scoped styles.
Distinct from CSS Style Modules: Focuses on the runtime mapping logic rather than the build-time definition of style modules.
Explore 5 awesome GitHub repositories matching web development · Class Mapping. Refine with filters or upvote what's useful.
classnames is a JavaScript utility for conditionally joining CSS class names into a single space-separated string. It functions as a class name manager that maps boolean flags and objects to specific styles for HTML attribute assignment. The tool resolves abstract class identifiers to computed values, facilitating integration with modular styling systems. It allows for the mapping of dynamic identifiers to scoped class names through a dedicated module resolver. The utility processes strings, arrays, and objects to handle dynamic class name management. It includes capabilities for recursive a
Maps class names to specific module keys to resolve dynamic styles in modular systems.
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
Reads theme files to create weighted priority lists for sorting both standard and custom utility classes.
Lets users define custom rules mapping named DOCX paragraph and run styles to specified HTML tags and CSS classes.
vue-office ist eine Bibliothek für die Vorschau von Office-Dokumenten und ein webbasierter Dokumentenbetrachter, der darauf ausgelegt ist, Word-, Excel-, PowerPoint- und PDF-Dateien direkt im Webbrowser zu rendern. Es bietet eine Sammlung wiederverwendbarer Komponenten, die die Anzeige von Dokumenten über Netzwerk-URLs, Datenpuffer oder Blob-Daten ermöglichen, ohne dass externe Plugins erforderlich sind. Diese Rendering-Lösung ist als Framework-übergreifender Dokumenten-Renderer konzipiert und bietet Integrationen für Vue 2, Vue 3 und React. Sie ermöglicht die clientseitige Dokumentenanzeige, um serverseitige Konvertierungsprozesse zu vermeiden. Die Bibliothek handhabt die Dokumentenvisualisierung durch clientseitiges Parsing und Content-Rendering. Sie nutzt Canvas-basiertes Rendering für PDFs und bildet Dokumentenstile auf CSS ab, um die visuelle Wiedergabetreue im Browser zu wahren.
Translates internal office document styles into corresponding CSS rules for consistent visual representation.
Treat is a styling library that extracts CSS from JavaScript definitions during the build process to eliminate runtime overhead. It functions as a static style extraction tool, converting component-level style definitions into optimized, standalone CSS files. The framework is designed for building type-safe, themeable design systems that allow user interface components to adapt their appearance based on active design system settings. The library distinguishes itself by enabling complex style composition, including pseudo-selectors, media queries, and animations, within a unified object struct
Maps style definitions to pre-generated CSS classes at runtime using a lightweight lookup mechanism.