@forgewp/ui
v0.3.0
Published
Component registry for ForgeWP
Readme
@forgewp/registry 🧩
The component library for ForgeWP themes. This package contains pre-built, WordPress-ready React components with two distinct styles.
🎨 Styles
forgewp(Default): The signature "Sharp Edges" look. Zero border-radius, high-contrast borders, and brutalist design.shadcn: The classic, rounded-corner aesthetic of standard shadcn/ui.
📂 Component Types
- WordPress Core Components: Specialized components for WordPress data (Menus, Post Loops, Pagination).
- UI Components: Standard building blocks (Buttons, Cards, Inputs) fetched and transformed from shadcn/ui.
🚀 Installation
This package is intended to be used via the ForgeWP CLI:
pnpm forgewp add [component-name]
# Or
pnpm forgewp add --name [component-name]Build beautiful themes, faster.
