Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

crafter-station/crafter-ui

Repository files navigation

This project now includes a component registry powered by the shadcn registry format. The registry allows users to easily install components from this UI library in their own projects.

Registry Structure

  • registry.json - Main registry file that defines all available components
  • public/r/ - Directory containing individual registry item JSON files for each component
  • scripts/build-registry.js - Script to generate the registry item files from the main registry.json
  • app/registry/ - Registry UI to browse and view components
  • app/registry/[component]/ - Individual component pages with preview and "Open in v0" button

Adding to the Registry

  1. Add your new component toconfig/components.ts
  2. Add the component entry toregistry.json
  3. Runnpm run registry:generate to generate the registry item files

Using Components

Users can install components using the shadcn CLI:

npx shadcn@latest add https://crafter-ui.vercel.app/r/[component-name].json

v0.dev Integration

Components include "Open in v0" buttons for easy customization on v0.dev.

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp