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

docs: useSwitch 스타일링방식 vanilla-extract로 변경/README 업데이트 #23

Merged
merged 2 commits into from
Jun 2, 2024

Conversation

d0422
Copy link
Member

@d0422 d0422 commented Jun 2, 2024

  • useSwitch Storybook 스타일링 방식 vanilla-extract로 변경
  • README 업데이트

@d0422 d0422 requested a review from HBSPS June 2, 2024 13:22
@d0422 d0422 self-assigned this Jun 2, 2024
Copy link
Contributor

@HBSPS HBSPS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!

@@ -1,7 +1,6 @@
import useSwitch from '../../useSwitch/useSwitch';
import React, { ChangeEventHandler } from 'react';

import './Switch.css';
import { baseSlider, checkedSlider, round, switchInput, switchLabel } from './Switch.css';

export default function Switch() {
const sw = useSwitch(false);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

구조 분해 할당도 좋을 것 같네요.

@d0422 d0422 merged commit def1755 into Rapiders:main Jun 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants