StarForge
Display

Card

Promotional and feature cards with cover images, ratings, action buttons, and decorative clipped borders.

Note

All presented components are responsive and compatible with Tailwind CSS. Make sure Tailwind is configured in your project to use them.

Promotional Card with Image

A media-rich promotional card featuring a gradient cover image, overlay title, rating badge with star icon, and a call-to-action button. The card includes hover shadow elevation for subtle interactivity. Use as a starting template for product showcases, event cards, or portfolio items.


Feature Card with Clipped Border

A benefit/feature card with a distinctive clipped-corner border effect using CSS clip-path. Displays an optional icon, bold uppercase title, and centered description text. The card adapts between light (cyan theme) and dark (gray/cyan theme) modes automatically. Ideal for feature grids, service listings, or benefit highlights.

Props Reference

PropTypeDescriptionDefault
titlestringCard heading displayed in uppercase'High Performance'
textstringDescription paragraph'Optimized components that deliver exceptional speed and efficiency for your applications.'
iconReact.ReactNodeIcon element displayed above the title<AlertCircle size={30} />
classNamestringAdditional CSS classes for the wrapperundefined

Sci-Fi Card

A sci-fi styled card with clip-path shapes, accent corner lines, and multiple variants (default, ghost, nested). Fully editable copy-paste component that adapts to any theme.

Props Reference

PropTypeDescriptionDefault
variant"default" | "ghost" | "nested"Visual variant of the card"default"
shape"octagon" | "slash-tl" | "slash-tr"Optional clip-path shapeundefined
cutstringSize of the corner cut for shapes"9px"
cornerPosPartial<Record<CornerPos, boolean>>Decorative corner trianglesundefined
accentstringAccent color for lines and corners"#00d4ff"
borderColorstringBorder color for default variant"rgba(0, 212, 255, 0.2)"
backgroundstringBackground color for default variant"rgba(0, 212, 255, 0.04)"
classNamestringAdditional Tailwind classes""

On this page

Built with ❤️ using React, Next.js, TypeScript, and Tailwind CSS