Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@prokodo/ui

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prokodo/ui

Modern, customizable UI components built with React and TypeScript — developed by prokodo for high-performance web interfaces.

Source
npmnpm
Version
0.0.11
Version published
Weekly downloads
55
-77.73%
Maintainers
1
Weekly downloads
 
Created
Source

prokodo – UI component library for React

prokodo UI (Beta)

Empowering Digital Innovation

Modern, customizable UI components built with React and TypeScript — developed by prokodo for high-performance web interfaces.

npm CI License: BUSL-1.1 Storybook bundlephobia

✨ Features

  • ⚡️ Modern stack: Vite, React 19, TypeScript, and SCSS Modules
  • 💅 Design consistency: Theming via design tokens and BEM-style naming
  • 🧩 Component-rich: 35+ reusable UI components
  • 🧪 Reliable: Fully tested with Jest and Testing Library
  • 📚 Storybook: Explore the components at ui.prokodo.com
  • 📦 Ready-to-install: Distributed via npm for non-production use under the BUSL-1.1 license
  • 🧱 Optimized for SSR: Works great with Next.js and React Server Components

🚀 Getting Started

1. Install the package

⚠️ ESM-only: This package does not support CommonJS (require()).

pnpm add @prokodo/ui
# or
npm install @prokodo/ui

2. Use a component

import { Button, type ButtonProps } from "@prokodo/ui/button"

export default function Example() {
  return <Button>Click me</Button>
}

📦 Available Components

  • 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

📘 Documentation

Explore all components and examples in the official Storybook:

👉 https://ui.prokodo.com

🛠 Local Development

pnpm i
pnpm dev          # Start Vite dev server
pnpm storybook    # Start Storybook locally

To build:

pnpm run build
pnpm run storybook:build

📄 License

This library is published under the Business Source License 1.1 (BUSL-1.1).

© 2025 prokodo — All rights reserved. Visit us at prokodo.com.

Keywords

react

FAQs

Package last updated on 25 May 2025

Did you know?

Socket

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.

Install

Related posts