A VS Code extension to quickly scaffold React functional components with optional CSS modules and index files.
- Create a React functional component with one command.
- Automatically generates
.jsxand optional.module.cssandindex.js. - Checks for PascalCase component names.
- Works inside
src/componentsfolder of your project.
Open the Command Palette (Ctrl+Shift+P), type Create React Component, and follow the prompts.
- A React project with a
package.jsonandsrcfolder.
- Initial release.
- Supports creating React functional components with optional CSS modules and index files.