JSX Tags with Style on React
Dec 3, 2020 · 2 min read · Custom Styled React Tags : if you want to create your own tag with custom styles on the js file then you can use "styled-components". for this type " npm i styled-components" on your console to use this functionality import React from "react"; im...
Join discussion