Shadcn Registry

A custom component registry for shadcn/ui. Browse, install, and use reusable React components with multiple styling approaches.

Quick Start

Install from this registry:

pnpm dlx shadcn@latest add https://erishen.github.io/shadcn-registry/r/[component-name].json

Or for local development:

pnpm dlx shadcn@latest add http://localhost:3000/r/[component-name].json

Replace [component-name] with the component name from the list below.

Tailwind CSS Components

Components styled with Tailwind CSS utility classes

Hello World
hello-world

A simple hello world component

Component Name

hello-world
Example Form
example-form

A contact form with Zod validation

Component Name

example-form
Complex Component
complex-component

Advanced component with hooks and utilities

Complex Component

Advanced component with hooks and utilities

Component Name

complex-component
Example with CSS
example-with-css

Login form with custom CSS styling

Login Form

Component Name

example-with-css
Demo with Button
demo-with-button

Button component demo

Component Name

demo-with-button
Demo with Header
demo-with-header

Header component demo

Component Name

demo-with-header
Demo with Page
demo-with-page

Full page layout demo

Page Layout

Content 1
Content 2

Component Name

demo-with-page

SCSS Components

Components styled with SCSS modules and stylesheets

SCSS with Button
scss-with-button

Button component with SCSS styling

Component Name

scss-with-button

Styled Components

Components built with styled-components library

Styled Button
styled-button

Button component with styled-components

Component Name

styled-button

Advanced Components

Complex, feature-rich components for advanced use cases

Data Table
data-table

Feature-rich data table with sorting, filtering, and pagination

Alice Johnsonalice@example.comAdmin
Bob Smithbob@example.comUser
Carol Whitecarol@example.comEditor
显示 1 3 条,共 3

Component Name

data-table
Documentation

View Component Stories

Check out the Storybook documentation to see component examples and usage patterns.

Open Storybook →

Learn More

For more information about shadcn/ui and how to use this registry, visit the shadcn/ui documentation.