v1.0.0

prismo

Holographic, foil & prismatic card effects for React.
Zero dependencies. Pure CSS animations. 60fps.

$npm i @prismojs/react
scroll

Rarity Collection

10+ holographic effects.
One component.

Holo
rare holo
Holo V
rare holo v
VMAX
rare holo vmax
VSTAR
rare holo vstar
Rainbow
rare rainbow
Rainbow Alt
rare rainbow alt
Gold Secret
rare secret
Ultra Rare
rare ultra

Why prismo

Craft meets performance.

0

Zero Dependencies

Pure CSS animations. No spring libraries, no animation frameworks. Just React + CSS custom properties.

60

60fps Smooth

Pointer tracking via requestAnimationFrame. GPU-accelerated transforms. No jank, even on mobile.

10+

Rarity Types

Holo, V, VMAX, VSTAR, Rainbow, Secret Gold, Ultra Rare, Radiant, and custom overlay support.

~3

KB Gzipped

Tiny JavaScript footprint. The CSS handles all the visual complexity. Tree-shakeable exports.

Quick Start

Three lines. That's it.

App.tsx
import { PrismoCard } from '@prismojs/react';
import '@prismojs/react/styles';
export default function Card() {
return (
<PrismoCard rarity="rare holo v">
<img src="/my-card.png" />
</PrismoCard>
);
}

Packages

Install & go.

@prismojs/react

stable

Core React component with all rarity effects and pointer tracking.

npm i @prismojs/react