Skip to content

VSCode extension for generating a TS React fc template when creating a new .tsx file

Notifications You must be signed in to change notification settings

joelbman/vscode-ts-react-fc-template

Repository files navigation

ts-react-fc-template

Generates a TS React functional component template when creating a new .tsx file with the following content:

import React from 'react'

interface Props {}

const $FileName = () => {
  return <div></div>
}

export default $FileName

About

VSCode extension for generating a TS React fc template when creating a new .tsx file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published