Platform UI works with React 18+ and Next.js 13+ projects. It's built on top of Tailwind CSS and integrates seamlessly with your existing project structure.
pnpm dlx shadcn@latest initnpx shadcn@latest initThis creates the necessary configuration files and installs dependencies
pnpm dlx shadcn@latest add "https://platform-ui.southguild.tech/r/animated-button"npx shadcn@latest add "https://platform-ui.southguild.tech/r/animated-button"Add components directly from our component registry
import { AnimatedButton } from "@/components/platform-ui/animated-button";Import and use components in your application
Components defined in registry.json with metadata
Fetches and installs components with dependencies
Components copied to your project, fully customizable
Inspired by shadcn/ui