- Adds new component menu in file explorer.
- React and React Native support.
- TypeScript, SCSS, SASS, LESS, and Stylus extensions.
Download on Visual Studio Marketplace
Define in which directory components are created when using the extension with the command panel.
Default: UCM.directory: src/components
Define with which stack TypeScript files are created, either react
or react-native
.
Default: UCM.platform: react
Define which styles files are used, either scss
, less
, sass
, css
or none
.
Default: UCM.styles: scss