Socket
Socket
Sign inDemoInstall

ryencatchers-ui

Package Overview
Dependencies
6
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ryencatchers-ui

ryencatchers design system - UI Components


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@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:

LevelComponentPropsRequiredTypeDescription
ChildInputvaluetruestring
themefalse"light" or "dark"
typefalse"login" or "basic"인풋 형식(로그인에쓰이는 인풋인지 일반 인풋인지)
errorfalseboolean인풋 상태
inputTypetrue"email""password"
infofalsebooleanbasic 인풋 타이틀 옆 아이콘 on off여부
inputStylesfalseobject인풋스타일
titlefalsestring일반인풋 타이틀
placeholderfalsestring인풋 placeholder
--------------------------------------------------------------------------------------------------------------------------------------------------------
ChildInput
ChildCheckBox
ChildButtonchildrentruestring or JSX.Elementren태그 내 string text 혹은 element 요소
themefalse"dark" or "light" or "primary"버튼 색상(기본 스타일)
typefalse"fill" or "outline"버튼 타입
sizefalse"medium" or "small"버튼 사이즈
isDisabledfalseboolean이벤트 실행 가능 여부
hasCircleIconfalsebooleanCircle 아이콘 생성 여부
iconPositionfalse"right" or "left"Circle 아이콘 위치
outterStylesfalseobject버튼 스타일
textStylesfalseobject텍스트 스타일
onClickfalsefunction클릭 시 이벤트
ChildDropdown
ChildBreadCremb
ChildRadioButtontitleYesstring태그 내 string text
onChangeYesfunction클릭 시 button check 또는 uncheck
isSelectedYesbooleanchecked(true)/unchecked(false) 지정
disabledNoboolean이벤트 실행 가능 여부
colorNostring선택시 보이는 Button 컬러
outterStylesNoobject전체 스타일
textStylesNoobject텍스트 스타일
ChildLogo
ChildNavItem
ChildSubMenu
ChildTopbar
ChildButtonGroup
ChildWidgetTitle
ChildPagination
ChildTableTitletitletruestring or JSX.Element
TableTitlealignfalse"left" or "center" or "right"태그 내 string title 혹은 element 요소
TableTitlesearchFuncfalsefunction요소 정렬 방식
TableTitlefilterFuncfalsefunction검색 함수
TableTitlesortFuncfalsefunction필터 함수
TableTitlewidthfalsenumber정렬 함수
TableTitleoutterStylefalseobject전체 스타일
TableTitletextStylefalseobjectTitle 스타일
ChildTableItem
ChildListItem
ChildSocialLogin
ContainerSidebar
ContainerLogin
ContainerRadioButtonGroupdataYesstring[]Radio button 생성 data array
onChangeYesfunction클릭 시 button check 또는 uncheck, 해당 radio button 값 상위 컴포넌트로 전달
selectedYesboolean현재 checked 아이템

Keywords

FAQs

Last updated on 13 Jul 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc