-
Currently, there are more deprecated shared components than non-deprecated shared components.
There are also a lot of components throughout the application using styled-components which will need t…
-
When creating styled components you want the styles to live in a separate file.
Create all your styled components (related ones together) in a separate file and import them as needed.
This also al…
-
Hi,
Is it possible to style the tooltip using styled components?
When I wrap the components with styled(Tooltip)'
// all css here
'
It doesn't work.
I know I can use my own styled container …
-
Currently the css is applied using 3 different ways.
1. through the css files
2. through bootstarp (cdn)
3. through react-bootstrap
We want a uniform styling method and wanted people to try css-…
-
Please make sure you are testing with the latest [release of html2canvas](https://github.com/niklasvh/html2canvas/releases).
Old versions are not supported and issues reported for them will be close…
-
I came across with this some things that it could be false positives because they are read by react-native with styled-components.
1.
theme.spacers.XXXL = "48px"
```
padding: ${({theme}) => `$…
-
Hello. I don't understand. Maybe it's some kind of mistake? Why should I write 'use client' every time I use styled-components?
I may understand that next.js does not support context or elements fr…
-
1. **Set Up Material-UI:**
- [ ] Install Material-UI core and icons packages.
- [ ] Set up the MUI theme provider in the main application component.
- [ ] Create a custom theme to match th…
-
I am noticing that in v. 6 that typescript is working when typing in a value at the 3rd level of the theme, but not at the second level.
I have a `styled.d.ts` file with this:
```javascript
import "…
-
Hey, i think this is more a question and am happy to close this issue if so but...
i am using React-Emotion and Typescript and am using Storybook to document props.
Example Button
~~~js
inte…