
Installs all 26 components. Without our CLI, run instead.
Groot Studio publishes a shadcn registry at grootstudio.vercel.app, with 26 components installable through the shadcn CLI.
Each one installs on its own. Names link to the docs that ship them.
Groot Studio A premium, open-source component registry for high-performance React applications.
<!-- --> <!-- -->
Built with ๐งก by Subhadip Jana
Website | Documentation | Report Bug
Ensure your project environment meets the following:
npx shadcn@latest init)Groot Studio components are installed via the shadcn CLI using their alias(@grootstudio).
For example, to add the Sliding Button :
npx shadcn@latest add @grootstudio/sliding-button
Once installed, you can import the component in your files:
import { SlidingButton } from "@/components/sliding-button"
and use it like this:
export default function Page() {
return (
Get Started
)
}
<!-- ## Overview Groot Studio is a library of high-performing, SEO optimised React components designed for modern developers. - ๐จ Themeable - ๐ธ Beautiful - โฟ Accessible  ## Getting started You need to have these **Required Environment** listed below: - Node.js: 18+ - Tailwind CSS: v4 - shadcn/ui: Initialized (`npx shadcn@latest init`) ### Add Component Groot Studio components are installed via the shadcn CLI using their custom alias (`@grootstudio`). For example, to add the **Sliding Button**: ```bash npx shadcn@latest add @grootstudio/sliding-button ``` Once installed, you can import the component in your files: ```bash import { SlidingButton } from "@/components/grootstudio/sliding-button" ``` and use it like this: ```bash export default function Page() { return ( Get Started ) } ``` **Note:** The import path `@/components/grootstudio/sliding-button` assumes your project has a path alias configured (common in **[Next.js](https://nextjs.org/docs)** and similar frameworks). Adjust the path to match your project's structure if needed. -->[!Note] The import path
@/components/ui/sliding-buttonassumes your project has a path alias configured (common in Next.js and similar frameworks). Adjust the path to match your project's structure if needed.
The packages and primitives its components pull in, counted across the registry.
Groot Studio is a component library on 21st.dev by grootstudio with 2 public React components. Every component ships with a live interactive preview and full TSX source โ copy the code, install it through the shadcn CLI, or pull it into Cursor or Claude Code over MCP.