Skip to content
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

[FE] Panel 컴포넌트 구현 #36

Closed
Puterism opened this issue Jul 8, 2021 · 0 comments · Fixed by #56
Closed

[FE] Panel 컴포넌트 구현 #36

Puterism opened this issue Jul 8, 2021 · 0 comments · Fixed by #56
Assignees
Labels
🌟 feature New feature or request 📚 frontend

Comments

@Puterism
Copy link
Collaborator

Puterism commented Jul 8, 2021

Panel 컴포넌트

  • 페이지 : 관리자 메인 페이지

기능 상세

Panel 컴포넌트

  • props
    • children: ReactNode
    • expanded: boolean
    • expandable: boolean
@Puterism Puterism added the 🌟 feature New feature or request label Jul 8, 2021
@Puterism Puterism self-assigned this Jul 8, 2021
@Puterism Puterism changed the title [FE] ExpansionPanel 컴포넌트 구현 [FE] Panel 컴포넌트 구현 Jul 9, 2021
Puterism added a commit that referenced this issue Jul 12, 2021
* 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`로 이름 변경
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌟 feature New feature or request 📚 frontend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant