styled componennts styled components tw

The solution for “styled componennts styled components tw” can be found here. The following code will assist you in solving the problem.

npm install –save styled-componentsnpm install –save styled-componentsconst Button = tw.div`
${(p) => (p.$primary ? “bg-indigo-600” : “bg-indigo-300”)}

flex
inline-flex
items-center
border
border-transparent
text-xs
font-medium
rounded
shadow-sm
text-white

hover:bg-indigo-700
focus:outline-none
`

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

0
inline scripts encapsulated in