Docs
Registry Guide
Registry Guide
Learn how to use the vmkit registry to install and manage components.
Registry Guide
The vmkit registry is a collection of reusable components that you can easily integrate into your projects. This guide will help you understand how to use the registry to install and manage components.
Installing Components
You can install components from the vmkit registry using the
pnpm dlx vmkit add
``` command. For example, to install the `connect-button` component, you would run:
```bash
npx vmkit add connect-button
This command will download and install the `connect-button` component into your project.