python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Next.js class rendering bug, Why is the class applied to another element?
In the condition in which one element is displayed, and the other should not, is assigned to the class of the neighboring element
code
There is a login button component with a border gradient. I have ...
Semyon Nasekin
Votes: 0
Answers: 1
Change fill collor for svg dynamically styled-components
I'm trying to target the fill property of my svg via css in styled-components but to no success.
This is my svg
<svg width="65" height="19" viewBox="0 0 65 19" fill=&q...
Gabriel Lüders
Votes: 0
Answers: 2
Overlap Button on Buttons using Styled Components
I have here a problem on overlapping the button on another button.
I wanted to follow the pic I've attached below
Codesandbox CLICK HERE
const MainButton = styled.button`
border-radius: 50%;
borde...
Joseph
Votes: 0
Answers: 1
Custom styled component in React native with inline styles
I have a custom Text component that is a React native text component its getting wrapped in styled components but I also wanted the ability to inline style it if needed. But when I try to add the inli...
me-me
Votes: 0
Answers: 1