solcn
A CLI for adding beautiful 3D components to your project. Inspired by shadcn/ui.
clicomponentsui3dreact
Example
Interactive Preview
Usage
Initialize solcn in your project:
npx @solahidris/solcn@latest initAdd components to your project:
npx @solahidris/solcn@latest add 3d-cardAvailable Components
3d-card
Interactive 3D card with holographic effects
How it Works
Unlike traditional npm packages, solcn copies the component source code directly into your project. This gives you:
- Full control over the code
- No external dependencies to manage
- Easy customization
- Copy-paste friendly
Component Props
ThreeDCard
| Prop | Type | Default | Description |
|---|---|---|---|
| img | string | Required | Front image URL |
| backimg | string | Same as img | Back image URL |
| disableClickEnlarge | boolean | false | Disable click-to-enlarge |
| disableHoverCardGlow | boolean | false | Disable hover glow effect |

