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

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

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

styled-components/polished

0
View on GitHub↗
7,661 स्टार्स·212 फोर्क्स·JavaScript·MIT·5 व्यूज़polished.js.org↗

Polished

Polished is a specialized toolkit for programmatically managing color palettes, converting CSS units, and optimizing style execution at build time. It provides a set of functions for manipulating colors, sizes, and spacing within JavaScript styles to maintain consistent visual themes.

The toolset includes a color manipulation library for adjusting lightness, saturation, and transparency, as well as a CSS unit converter for calculating size values between pixels and rems. It also functions as a static style compiler that resolves static styling function calls during the build process to eliminate runtime performance overhead.

The library covers broader styling and theming capabilities, including color palette management and responsive unit conversion to ensure consistent scaling across screens.

Features

  • CSS-in-JS Implementations - Provides a toolkit for managing visual styles and dynamic calculations directly within JavaScript.
  • Unit Converters - Offers a utility to convert size values between measurement units for consistent scaling.
  • Color Value Transformations - Provides operations to programmatically adjust color properties such as lightness and saturation.
  • Color Scheme Manipulators - Includes functions to programmatically adjust color lightness, saturation, and hue to create cohesive UI palettes.
  • Color Space Converters - Provides mathematical logic to convert colors between different formats like RGB and HSL for UI styling.
  • CSS Unit Converters - Ships a tool for calculating and converting size values between units like pixels and rems.
  • CSS Unit Math - Provides the mathematical logic required to transform numeric values independently of specific CSS units.
  • Color Manipulation Utilities - Provides utilities for mixing, lightening, darkening, and interpolating colors in various formats.
  • Responsive Scaling Conversions - Converts size values between pixels and rems to maintain consistent scaling across different screen sizes.
  • Color Palette Management - Provides utilities to manage and maintain consistent color palettes and theme variables across an interface.
  • Build-Time Optimization - Shifts computationally expensive style transformations from runtime to the build phase for better performance.
  • Constant Folding - Evaluates static styling functions during the build process to replace complex expressions with literal values.
  • Static Style Generators - Compiles dynamic style function calls into static values during the build process to reduce runtime overhead.

स्टार हिस्ट्री

styled-components/polished के लिए स्टार हिस्ट्री चार्टstyled-components/polished के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

styled-components/polished क्या करता है?

Polished is a specialized toolkit for programmatically managing color palettes, converting CSS units, and optimizing style execution at build time. It provides a set of functions for manipulating colors, sizes, and spacing within JavaScript styles to maintain consistent visual themes.

styled-components/polished की मुख्य विशेषताएं क्या हैं?

styled-components/polished की मुख्य विशेषताएं हैं: CSS-in-JS Implementations, Unit Converters, Color Value Transformations, Color Scheme Manipulators, Color Space Converters, CSS Unit Converters, CSS Unit Math, Color Manipulation Utilities।

styled-components/polished के कुछ ओपन-सोर्स विकल्प क्या हैं?

styled-components/polished के ओपन-सोर्स विकल्पों में शामिल हैं: qix-/color — This is a JavaScript color manipulation library used for converting color spaces, formatting CSS strings, and… sharkdp/pastel. bgrins/tinycolor — TinyColor is a JavaScript color manipulation library used for parsing, converting, and modifying colors across various… patriciogonzalezvivo/lygia — Lygia is a GLSL shader library providing a specialized suite of tools for color science, image filtering, noise… edeneast/nightfox.nvim — nightfox.nvim is a customizable Lua-based color scheme for Neovim and Vim. It provides a comprehensive visual theme… nvim-mini/mini.nvim — mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation,…

Polished के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Polished के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • qix-/colorQix- का अवतार

    Qix-/color

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

    This is a JavaScript color manipulation library used for converting color spaces, formatting CSS strings, and computing luminosity ratios. It provides tools to transform color values between different mathematical models, including RGB, HSL, and CMYK. The library includes a web accessibility contrast calculator to compute luminosity and contrast ratios, ensuring text readability meets accessibility standards. It also features a CSS color formatter that exports values as hex strings, numeric arrays, or CSS-compatible strings. The toolkit covers broader capabilities for frontend color manageme

    JavaScript
    GitHub पर देखें↗4,937
  • patriciogonzalezvivo/lygiapatriciogonzalezvivo का अवतार

    patriciogonzalezvivo/lygia

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

    Lygia is a GLSL shader library providing a specialized suite of tools for color science, image filtering, noise generation, and implicit surface geometry. It serves as a collection of reusable functions for fragment shaders to handle color space conversion, image processing, and geometric rendering. The project is distinguished by its focus on cross-language shader management, allowing reusable functions to be synchronized across different shading languages to ensure consistent graphics behavior across multiple engines. It also implements a system for remote shader dependency resolution, fetc

    GLSLcudadirectxglsl
    GitHub पर देखें↗3,274
  • bgrins/tinycolorbgrins का अवतार

    bgrins/TinyColor

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

    TinyColor is a JavaScript color manipulation library used for parsing, converting, and modifying colors across various formats and color spaces. It functions as a color space conversion tool and a web accessibility contrast checker to ensure compliance with readability standards. The library provides a color palette generator for creating monochromatic, analogous, and complementary color schemes from a starting color. It also translates colors between hex, RGB, HSL, HSV, and named formats. Additional capabilities include color parsing and normalization, programmatic manipulation of brightnes

    JavaScript
    GitHub पर देखें↗5,248
  • sharkdp/pastelsharkdp का अवतार

    sharkdp/pastel

    6,243GitHub पर देखें↗
    Rustclicolor-convertercolor-space
    GitHub पर देखें↗6,243
Polished के सभी 30 विकल्प देखें→