npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@socore/ui

v0.2.2

Published

A reusable UI component set for Socore applications, built with React + TypeScript + Vite.

Readme

Socore UI

A reusable UI component set for Socore applications, built with React + TypeScript + Vite.

This work was developed for Socore Tech. by Ebubekir Yazgan ([email protected], GitHub: @_bekiryazgann). For more information, visit: https://socore.net/ui?ref=socore-ui (redirects to socore.net).

Table of Contents

  • About the Project
  • Installation & Running
  • Scripts
  • Architecture & Technologies
  • Available Components
  • Proposed/Missing Components
  • Contribution & Development Notes

About the Project

Socore UI is a component library built on top of Radix UI primitives, styled with Tailwind CSS, and documented via Storybook. The goal is to provide consistent, accessible, and testable interface components across Socore products.

Installation & Running

Prerequisites: Node.js 20+, pnpm/npm/yarn (commands below use npm as an example).

  1. Install dependencies:
    • npm install
  2. Start the development server:
    • npm run dev
  3. Start Storybook (recommended for component stories):
    • npm run storybook

For production builds:

  • npm run build
  • npm run preview (local preview)

Scripts

  • dev: Vite development server
  • build: Builds TypeScript projects, then creates a production build with Vite
  • preview: Serves the production build locally
  • lint: Checks code quality with ESLint
  • storybook: Storybook development server
  • build-storybook: Generates static Storybook output

Architecture & Technologies

  • React 19, TypeScript, Vite 7
  • Tailwind CSS 4 and tailwind-merge
  • Radix UI (@radix-ui/*) primitives
  • Storybook 10 for component documentation
  • Supporting libraries: clsx, class-variance-authority, date-fns, lucide-react, tabler icons, embla-carousel-react, input-otp, vaul, etc.

Available Components

The following components exist under src/components and ship with their corresponding .tsx and .stories.tsx files:

  • Accordion (accordion)
  • Alert Dialog (alert-dialog)
  • Badge (badge)
  • Button (button)
  • Button Group (button-group)
  • Calendar (calendar)
  • Card (card)
  • Carousel (carousel)
  • Checkbox (checkbox)
  • Dialog (dialog)
  • Drawer (drawer)
  • Dropdown Menu (dropdown-menu)
  • Empty State (empty)
  • Field (field)
  • Hover Card (hover-card)
  • Input (input)
  • Input Group (input-group)
  • Input OTP (input-otp)
  • Label (label)
  • Separator (separator)
  • Textarea (textarea)
  • Tooltip (tooltip)

Each component includes its Storybook files (.stories.tsx) and index exports (index.ts/tsx). Styling relies on Tailwind utility classes and, when appropriate, class-variance-authority for variant management.

Contribution & Development Notes

  • Code style and rules: ESLint, strict TypeScript settings, and React Hooks rules are enabled.
  • Writing stories: For every new component, add a .stories.tsx file covering basic and edge cases.
  • Accessibility: Follow a11y best practices of Radix UI primitives; validate role/aria attributes.
  • Testing: Prefer Storybook interaction tests and add unit/interaction tests with vitest where applicable.

Attribution

This project was created for Socore Tech. and developed by Ebubekir Yazgan ([email protected], @_bekiryazgann). Corporate homepage: https://socore.net