Skip to content

mike-hendriks/create-react-component

Repository files navigation

Github

Create React component

Generate React components:

  • src
    • /components
      • /index.ts (All all files to main components index file)
      • /ComponentName
        • ComponentName.module.scss
        • ComponentName.tsx
        • ComponentName.types.ts
        • ComponentName.fragment.ts

Features

Right click in the file editor or on a file in the explorer and click Create React component to create a new React component with all the files mentioned above. OR press F3 to create a component in your components folder with your given component name!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published