skip to Main Content

styled-component's css is not applied in antd

I have a component that is written with styled-components Calling that component inside of new Styled component Attach styles Result: Styles are not applied import {Button, Form, Input} from "antd"; import styled from "styled-components"; const {TextArea} = Input; const Container…

VIEW QUESTION

Can we rewrite this?

hello friends please I am using the styled component for my react project and have been stuck for days now while trying to add a hover effect to the icons in my header component. i would appreciate if anyone can…

VIEW QUESTION
Back To Top
Search