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

컴포넌트가 만들어졌으면 좋을것들 #1

Open
redgoose-dev opened this issue Sep 8, 2023 · 2 comments
Open

컴포넌트가 만들어졌으면 좋을것들 #1

redgoose-dev opened this issue Sep 8, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@redgoose-dev
Copy link
Member

redgoose-dev commented Sep 8, 2023

다크모드 이미지

<picture/> 엘리먼트로는 시스템 테마로만 컨트롤 가능하다.
엘리먼트 내에서 커스터마이즈로 컨트롤 할 수 없다는 한계점이 보인다.
그래서 일반 엘리먼트로 컨트롤하는게 좋아 보이는데 그리한다면 마크다운으로 작성하면 코드가 복잡해지니 커스텀 엘리먼트로 만드는것이 좋을거 같아 보인다.

그리드 이미지

figure 엘리먼트와 현재 스타일시트로 그리드 이미지를 표현하고 있는데 사용하기 직관적이지 않은것은 사실이다.
표현하는 컴포넌트 부분만은 통합할 필요가 있을거 같다. 이걸 연장선으로 에티터를 만들 수 있으면 좋을법하다.

✅ 다크모드 라디오 셀렉터

직접 사용자가 다크모드를 껏다켤 수 있으면 좋겠다.
그러려면 먼저 UI가 만들어져야 하는데 컴포넌트 하나 만들어서 통합시켜서 사용해도 될법하다.

@redgoose-dev redgoose-dev self-assigned this Sep 8, 2023
@redgoose-dev redgoose-dev added the enhancement New feature or request label Sep 8, 2023
@redgoose-dev
Copy link
Member Author

다크모드 이미지 컴포넌트 완료: <dark-mode-image/>

@redgoose-dev
Copy link
Member Author

다크모드 스위치 컴포넌트 완료: <dark-mode-switch/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant