-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
21.08.27 컴포넌트 및 브랜치 전략 관련 회의 #2
Comments
Button
Input
Input.Number
Input.Password
Selector
Selector.OptionGroup
Selector.Option
UploadSpinner
|
작성중 Dropdown
Radio
Checkbox
Switch
Typography
Label
|
공통적으로 고려
Buttonproperties children: ReactNode
type?: "filled" | "outlined" | "text" // filled
size?: 'small' | 'middle' | 'large' // middle
icon?: Component
disabled?: boolean // false
className?: string //
shape?: 'default' | 'circle' | 'round' // default
htmlType?: "button" | "reset" | "submit" // button
block?: boolean // 부모 요소만큼 사이즈를 100% 먹음.
color??: string // 어떤 컬러? 배경색?, font-color?
loading??: boolean event onClick?: f => f Textareaproperties value: string
defaultValue: string
placeholder: string
readonly: boolean
disabled: boolean
cols??: string
rows??: string
maxLength: number
minLength??: number // ???
className: string
ref: React.forwardRef
form??: string // ???
name??: string // ???
required??: boolean // ???
showCount: boolean | function
autoSize: boolean | object
isResize?: boolean // 얘는 autoSize 를 기준으로 할 지, 아님 따로 속성으로 지정할지
size?: 'small' | 'middle' | 'large' // 논의 필요
allowClear: boolean
bordered: boolean event onChange: f => f
onResize?: f => f
onPressEnter?: f => f Label
htmlFor: string Dropdown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
components summary spec
찬영
지훈
승규
Undetermined
버전관리
v0.1
master -> devlop/0.1.0 -> feature
release/0.1.0 < tagging
The text was updated successfully, but these errors were encountered: