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

ryencatchers-ui

v0.0.8

Published

ryencatchers design system - UI Components

Downloads

28

Readme

@ryencatchers/ui

Ryencatchers design system

Getting started

in a folder by level (ex. /child)

yarn: yarn yarn dev

npm: npm install npm run dev

Admin Components

컴포넌트 별 Ticket 확인 https://www.notion.so/ryencatchers/12a4ba6c348642469183c919d9cf94e6?v=49ca56a8e26e47dab7b80aab06ee95f6

Parameters:

| Level | Component | Props | Required | Type | Description | | --------- | ---------------- | ------------- | -------- | ------------------------------ | ---------------------------------------------------------------------------- | | Child | Input | value | true | string | | | | | theme | false | "light" or "dark" | | | | | type | false | "login" or "basic" | 인풋 형식(로그인에쓰이는 인풋인지 일반 인풋인지) | | | | error | false | boolean | 인풋 상태 | | | | inputType | true | "email" | "password" | 인풋타입 | | | | info | false | boolean | basic 인풋 타이틀 옆 아이콘 on off여부 | | | | inputStyles | false | object | 인풋스타일 | | | | title | false | string | 일반인풋 타이틀 | | | | placeholder | false | string | 인풋 placeholder | | --------- | ---------------- | ------------- | -------- | ------------------------------ | ---------------------------------------------------------------------------- | --- | | Child | Input | | | | | | Child | CheckBox | | | | | | Child | Button | children | true | string or JSX.Elementren | 태그 내 string text 혹은 element 요소 | | | | theme | false | "dark" or "light" or "primary" | 버튼 색상(기본 스타일) | | | | type | false | "fill" or "outline" | 버튼 타입 | | | | size | false | "medium" or "small" | 버튼 사이즈 | | | | isDisabled | false | boolean | 이벤트 실행 가능 여부 | | | | hasCircleIcon | false | boolean | Circle 아이콘 생성 여부 | | | | iconPosition | false | "right" or "left" | Circle 아이콘 위치 | | | | outterStyles | false | object | 버튼 스타일 | | | | textStyles | false | object | 텍스트 스타일 | | | | onClick | false | function | 클릭 시 이벤트 | | Child | Dropdown | | | | | | Child | BreadCremb | | | | | | Child | RadioButton | title | Yes | string | 태그 내 string text | | | | onChange | Yes | function | 클릭 시 button check 또는 uncheck | | | | isSelected | Yes | boolean | checked(true)/unchecked(false) 지정 | | | | disabled | No | boolean | 이벤트 실행 가능 여부 | | | | color | No | string | 선택시 보이는 Button 컬러 | | | | outterStyles | No | object | 전체 스타일 | | | | textStyles | No | object | 텍스트 스타일 | | Child | Logo | | | | | | Child | NavItem | | | | | | Child | SubMenu | | | | | | Child | Topbar | | | | | | Child | ButtonGroup | | | | | | Child | WidgetTitle | | | | | | Child | Pagination | | | | | | Child | TableTitle | title | true | string or JSX.Element | | | | TableTitle | align | false | "left" or "center" or "right" | 태그 내 string title 혹은 element 요소 | | | | TableTitle | searchFunc | false | function | 요소 정렬 방식 | | | TableTitle | filterFunc | false | function | 검색 함수 | | | TableTitle | sortFunc | false | function | 필터 함수 | | | TableTitle | width | false | number | 정렬 함수 | | | TableTitle | outterStyle | false | object | 전체 스타일 | | | TableTitle | textStyle | false | object | Title 스타일 | | Child | TableItem | | | | | | Child | ListItem | | | | | | Child | SocialLogin | | | | | | Container | Sidebar | | | | | | Container | Login | | | | | | Container | RadioButtonGroup | data | Yes | string[] | Radio button 생성 data array | | | | onChange | Yes | function | 클릭 시 button check 또는 uncheck, 해당 radio button 값 상위 컴포넌트로 전달 | | | | selected | Yes | boolean | 현재 checked 아이템 |