SkillAgentSearch skills...

Blocks

An open-source library of UI blocks. Built with React, Tailwind and shadcn/ui

Install / Use

/learn @ephraimduncan/Blocks
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

blocks

image

Accessible and customizable blocks that you can copy and paste into your apps. Free. Open Source.

Usage

To use blocks from this registry, configure your components.json file with the remote registry:

{
  "registries": {
    "@blocks-so": "https://blocks.so/r/{name}.json"
  }
}

Then add blocks to your project using the shadcn CLI:

# Add a specific block
npx shadcn@latest add @blocks-so/login-01

# Add a dialog block
npx shadcn@latest add @blocks-so/dialog-01

# Add a sidebar block
npx shadcn@latest add @blocks-so/sidebar-01

Alternatively, you can add blocks directly from the registry:

# Using the direct registry URL
npx shadcn@latest add https://blocks.so/r/login-01.json

Visit blocks.so to view the full documentation and browse all available blocks with live previews.

Contributing

We welcome contributions! Please read our contributing guide to get started.

License

Licensed under the MIT license.

View on GitHub
GitHub Stars1.5k
CategoryDevelopment
Updated13h ago
Forks146

Languages

TypeScript

Security Score

95/100

Audited on Apr 2, 2026

No findings