0.0.8 • Published 2 years ago

ryencatchers-ui v0.0.8

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

@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 아이템
0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago