reactcomponentscript
v1.0.3
Published
a powershell script you can use to rapidly add react function components + styled-components boilerplate based on the name and HTML values you provide
Maintainers
Readme
reactComponentScript
just a simple PowerShell dev tool that can help you rapidly add react components with the styled-components boilerplate. This is a super lightweight version of the node package add-react-fn-component and is under 3kb
run
npm run compresult:
import styled from "styled-components";
export default function ComponentName() {
return <StyledComponentName></StyledComponentName>;
}
const StyledComponentName = styled.ComponentHTML``;