Skip to content

Labrys-Group/common-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shadcn shared registry

Public source-only registry for sharing copyable primitives, helpers, and composed components across repos using shadcn add.

See the Shadcn registry docs.

What this is

  1. A shadcn registry, not a package
  2. Files are copied into consuming repos
  3. Intended for patterns, not runtime libraries

Structure

  1. ui/ — design-system primitives (low-level, reusable)
  2. components/ — composed, opinionated components
  3. lib/ — non-React helpers and constants
  4. registry.json — shadcn registry manifest

Rules

  1. No app-specific business logic
  2. Minimal dependencies
  3. Safe to edit after install

Usage

In the "framework" folder (eg: apps/nextjs) of the client project:

npx shadcn@latest add \
  https://raw.githubusercontent.com/Labrys-Group/common-registry/main/registry.json\#time

See CONTRIBUTING.md on how to contribute.

About

Public source-only registry for sharing **copyable primitives, helpers, and composed components** across repos using `shadcn add`.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors