solid-styled-components icon indicating copy to clipboard operation
solid-styled-components copied to clipboard

A 1kb Styled Components library for Solid

Results 35 solid-styled-components issues
Sort by recently updated
recently updated
newest added

## Issue Description ### Expected Behavior Change props theme in styled of the "solid-styled-components" via createSignal or createContext. ### Actual Behavior When receiving context or signal, styled of the ThemeProvider...

styled components is awesome, but one problem it has is that it propagates all props to the html elements . For example, if I have a prop specific to styling...

I have recently redesigned the web to explore icons for solid-icons and decided to use solid-start since I recently added support and I like the result. I also used solid-styled-components...

Documentation should mention that `content` property for the `::before` and `::after` pseudo-elements doesn't retain quotes, so requires additional quotes This doesn't works `content: ' Hello '` This will work `content:'...

Hello. First, thank you for your dedication to the JavaScript scene. I've heard of Solidjs and have been working on a side project for the first time lately. I'd like...

@ryansolid I forked a library and made it work with solid-start, What it does is create `Dynamic` Component and also the style tag with all the styles inside it, Making...

![Screenshot 2023-08-26 183309](https://github.com/solidjs/solid-styled-components/assets/42442700/99cbb42a-311d-4281-ac78-f110ba17368a) `css` and `styled` work fine.

It is common to have a button that submits a form and a link that navigates to a different page have same or similar styles. In these cases, the button...

As there is no discussion tab in this repo, I think an issue would be appropriate. Goober may be very small, having CSS in JS in 1kb gzipped is amazing,...