A Visual Studio Code extension for Shadcnui UI components snippets. Quickly insert reusable code snippets for Shadcnui components, enhancing your development workflow with ease. This Snippets only provide the Body of the component. You can add the props according to your need. Also Need to import th
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
A Visual Studio Code extension for Shadcnui UI components snippets. Quickly insert reusable code snippets for Shadcnui components, enhancing your development workflow with ease.
Features
This extension contains code snippets for Shadcnui for React. It is based on the Shadcnui documentation. This Snippets only provide the Body of the component. You can add the props according to your need. Also Need to import the component from Shadcnui.
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or using the keyboard shortcut Ctrl+Shift+X.
Search for "shadcnui-snippet" in the Extensions view search box.
Install the extension by clicking the "Install" button.
Usage
Open a file with a supported language (e.g., JSX, JS, TS,TSX).
Type the prefix for a Shadcnui component snippet (e.g., sc-button).
Press Tab to expand the snippet, and fill in the placeholders for customizable parts.