Utility functions for Styled Components
Fast, expressive styling for React.
Improve the debugging experience and add server-side rendering support to styled-components
styled() API wrapper package for emotion.
Full CSS support for JSX without compromises
A lightweight toolset for writing styles in Javascript.
TypeScript definitions for styled-components
Jest utilities for Styled Components
A less than 1KB css-in-js solution
A React utility package for working with [styled-components](https://github.com/styled-components/styled-components) in Shadow DOM environments. This package exposes a provider component that automatically configures styled-components to work correctly wi
React UI components library by Scaleflex Company
A stylelint processor for styled-components
SWC plugin for styled-components
A shareable stylelint config for stylelint-processor-styled-components
styled() API wrapper package for styled-components.
Responsive, theme-based style props for building design systems with React
Fork of stylis-rtl, uses cssjanus under the hood to flip style orientations for RTL
PostCSS syntax for template literals CSS-in-JS (e. g. styled-components).
TypeScript definitions for styled-components-react-native
A fork of styled-components that supports concurrent rendering
Smallest 5th gen CSS-in-JS library
Tools for building completely customizable richtext editors with React.
No description provided.
A utility-first CSS-in-JS framework built for React (styled-components bindings).
Tailor your utility based css styles into your components
A comprehensive utility library designed to standardize and simplify the management of styles across web application and cache styles. This library facilitates consistent styling, theme management and dynamically combine components styles i.e varient,size.
Guilded is a framework for building web based components centered around current web standards and best practices. The current framework is written in ruby, but could be ported to other languages. Guilded intends to provide a toolset for creating and consuming reusable web components. Currently, this problem domain is filled with JavaScript frameworks. These frameworks are wonderful and work very well. However, they do not degrade gracefully and are not accessible. Guilded seeks to provide the same level of "componentization" and ease of use without sacrificing degradability and accessibility. Guilded will achieve these goals by applying each technology at our disposal to do what it was intended. XHTML will be employed for content. CSS used for layout and styling. Behavior will be added to a component with JavaScript through progressive enhancement. The user will have the best experience with a Guilded component when CSS and JavaScript are enabled in their browser, but will still be able to use the component when CSS and JavaScript are disabled. Guilded will use jQuery as it's base JavaScript framework. jQuery was chosen because it lends itself to progressive enhancement due to the way it was authored. In addition, the tight integration of jQuery's selectors with CSS selectors is also highly desirable. When authoring a Guilded component, it is encouraged to write the behavior code as a jQuery plugin. This will allow the jQuery plugin to be used outside of the Guilded project, if desired. Guilded also seeks to provide a standardized CSS framework for creating layouts that are reusable and predictable. Guilded will utilize the currently existing RubyGems system to package its components. A new Guilded component will be packaged in a Gem and have a dependency on the Guilded gem. The Guilded gem contains the framework to build Guilded components. Update: Due to the quality components, etc. being generated by the MooTools community and the general quality of the library, we have decided to include support for it in Guilded as of release 0.3.0.