You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: `cross-env` 패키지 추가 및 적용 (#40)
* feat: Panel 컴포넌트 구현
* refactor: 배경색에 따라 색이 정해지는 스타일 정의를 분리
- 텍스트 색에 적용되는 `responsiveTextColor` 정의
- SVG fill 속성에 적용되는 `responsiveFill` 정의
- 공통적으로 적용할 수 있는 `ResponsiveColorProps` interface 정의
* refactor: `Panel` 컴포넌트에 `onToggle` prop 추가
* fix: ESLint가 올바르게 동작하지 않는 문제 수정 (#70) (#72)
* chore: `prettier` 관련 ESLint plugin 및 config 설치 및 적용
* chore: `.gitignore`에 `.eslintcache` 추가
* fix: `ESLint` warning 및 error이 발생하는 코드 수정
* refactor: `Panel` 컴포넌트가 `expanded` 상태를 가지도록 수정
- `expanded` prop을 `initialExpanded`로 이름 변경
Panel
컴포넌트기능 상세
Panel
컴포넌트children
:ReactNode
expanded
:boolean
expandable
:boolean
The text was updated successfully, but these errors were encountered: