You can use it by clicking on the folder where you want your component to be and clicking on the "Create Component" option.
Use by entering the path
You can also use it by giving it by executing the "Create Component" command from the command palette
To create a component it can also be executed with the following keys (ctrl + shift + l)
Settings
You can make plugin settings to make component creation much faster.
Structure Results
ComponentFolder
│── Component.tsx // The component can have the extension ".tsx" or ".jsx"
|── Styles // Folder where you store the styles
│ └── Component.css // The extension will depend on the selected option
└── index.tsx // Index file to export the component