
Security News
Socket Integrates With Bun 1.3’s Security Scanner API
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
@prokodo/ui
Advanced tools
Modern, customizable UI components built with React and TypeScript — developed by prokodo for high-performance web interfaces.
Modern, customizable UI components built with React and TypeScript — developed by prokodo for high-performance web interfaces.
⚠️ ESM-only: This package does not support CommonJS (
require()
).
pnpm add @prokodo/ui
# or
npm install @prokodo/ui
import { Headline, type HeadlineProps } from "@prokodo/ui/button"
export default function Layout() {
return <Headline>Click me</Headline>
}
import { HeadlineClient, type HeadlineProps } from "@prokodo/ui/button"
export default function Layout() {
return <HeadlineClient>Click me</HeadlineClient>
}
"use client"
import { Headline as UIHeadline, type HeadlineProps } from "@prokodo/ui/button"
import { type FC, memo } from "react"
export const Headline: FC<HeadlineProps> = memo(props => <UIHeadline {...props} />)
✅ = Available as RSC (<[ComponentName] />) and for client exportable (<[ComponentName]Client />) ❌ = Not available - = Currently only for RSC optimized
If RSC and client have ✅-symbol means available as RSC (<[ComponentName] />) & extra client export (<[ComponentName]Client />)
Komponente | 🧠 RSC-Compatible (app/layout.tsx ) | 💡 SSR-Compatible ("use client" ) |
---|---|---|
Accordion | ❌ | ✅ |
Animated | ❌ | ✅ |
AnimatedText | ❌ | ✅ |
Avatar | ❌ | ✅ |
BaseLink | ❌ | ✅ |
Button | ❌ | ✅ |
Calendly | ❌ | ✅ |
Card | ❌ | ✅ |
Carousel | ❌ | ✅ |
Chip | ❌ | ✅ |
DatePicker | ❌ | ✅ |
Dialog | ❌ | ✅ |
Drawer | ❌ | ✅ |
Form | ❌ | ✅ |
FormResponse | ✅ | – |
Grid | ✅ | – |
GridRow | ✅ | – |
Headline | ✅ | ✅ |
Icon | ✅ | – |
Image | ✅ | – |
ImageText | ❌ | ✅ |
Input | ❌ | ✅ |
InputOTP | ❌ | ✅ |
Label | ✅ | – |
Link | ❌ | ✅ |
List | ✅ | – |
Loading | ✅ | – |
Lottie | ❌ | ✅ |
Map | ❌ | ✅ |
PostItem | ✅ | – |
PostTeaser | ✅ | – |
PostWidget | ✅ | – |
PostWidgetCarousel | ❌ | ✅ |
Quote | ✅ | – |
RichText | ✅ | – |
Select | ❌ | ✅ |
Skeleton | ✅ | – |
Slider | ❌ | ✅ |
Stepper | ❌ | ✅ |
Switch | ❌ | ✅ |
Table | ✅ | – |
Teaser | ❌ | ✅ |
Notice: Currently are not all components in Storybook available
Explore all components and examples in the official Storybook:
pnpm i
pnpm dev # Start Vite dev server
pnpm storybook # Start Storybook locally
To build:
pnpm run build
pnpm run storybook:build
This library is published under the Business Source License 1.1 (BUSL-1.1).
© 2025 prokodo — All rights reserved. Visit us at prokodo.com.
FAQs
UI components for production-grade Next.js + Headless CMS (Strapi, Contentful, Headless WordPress) websites by prokodo – built for Core Web Vitals & SEO.
The npm package @prokodo/ui receives a total of 220 weekly downloads. As such, @prokodo/ui popularity was classified as not popular.
We found that @prokodo/ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.
Security News
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.