-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Description
Name
URL
https://darshitdev.in/r/{name}.json
Homepage
Description
Magic 3D Tabs
A beautiful 3D tabs component with perspective effects.
Features:-
Mouse-interactive 3D rotation for content card
Dynamic tab scaling and lifting based on active tab proximity
Floating particles background effect
Animated radial gradient backgrounds for content
3D content layers with translateZ for depth
Subtle 3D edge highlights for depth perception
Perspective container for immersive 3D experience
Smooth spring animations for all interactions
Fully customizable with className props
Accessible with proper ARIA roles and keyboard navigation
**But I am getting the error **
Something went wrong. Please check the error below for more details.
If the problem persists, please open an issue on GitHub.
Message:
Unknown registry "@darx". Make sure it is defined in components.json as follows:
{
"registries": {
"@darx": "[URL_TO_REGISTRY]"
}
}
Suggestion:
Add the registry configuration to your components.json file. Consult the registry documentation for the correct format.
but it is working fine when i add it through url
Logo
<svg width="75" height="43" viewBox="0 0 75 43" fill="none" xmlns="http://www.w3.org/2000/svg" suppressHydrationWarning {...props} > <path d="M0 5H6.23601V37H0V5Z" fill={fillColor}/> <rect x="6.23602" y="37" width="23.1623" height="5" fill={fillColor}/> <rect x="6.23602" width="23.1623" height="5" fill={fillColor}/> <rect width="4.8923" height="17.1299" transform="matrix(0.932438 -0.361329 0.293952 0.95582 29.4029 4.76758)" fill={fillColor}/> <rect width="4.88783" height="17.1429" transform="matrix(0.937045 0.349208 -0.283616 0.958938 34.2604 21)" fill={fillColor}/> <rect x="49" width="22" height="5" fill={fillColor}/> <rect x="44" y="5" width="5" height="17" fill={fillColor}/> <path d="M49 22H71V27H49V22Z" fill={fillColor}/> <rect x="71" y="25" width="4" height="13" fill={fillColor}/> <rect x="49" y="38" width="22" height="5" fill={fillColor}/> </svg>
Checklist
- The registry must be open source and publicly accessible.
- The registry must be a valid JSON file that conforms to the registry schema specification.
- The
filesarray, if present on your registry items, must NOT include acontentproperty. - I've attached a square SVG logo to this issue