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

feat(common): switch (#5) #6

Merged
merged 1 commit into from
Jan 29, 2024
Merged

feat(common): switch (#5) #6

merged 1 commit into from
Jan 29, 2024

Conversation

kyechan99
Copy link
Member

common ui

  • Switch

feature

  • variant
  • size
  • label
  • align
  • checked

@kyechan99 kyechan99 added the feature New feature or request label Jan 29, 2024
@kyechan99 kyechan99 added this to the Common UI milestone Jan 29, 2024
@kyechan99 kyechan99 self-assigned this Jan 29, 2024
@kyechan99 kyechan99 linked an issue Jan 29, 2024 that may be closed by this pull request
Copy link

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 74.4% 776 / 1043
🔵 Statements 74.4% 776 / 1043
🔵 Functions 55.1% 27 / 49
🔵 Branches 71.42% 45 / 63
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/components/common/index.ts 100% 100% 100% 100%
src/components/common/Button/index.tsx 68.5% 38.88% 100% 68.5% 11-13, 15-18, 20-23, 25-31, 33-35, 48-50, 56-62, 65-67, 89-90, 95-98
src/components/common/Checkbox/index.tsx 100% 86.66% 100% 100%
src/components/common/Switch/index.tsx 41.78% 100% 0% 41.78% 34-75, 105-129, 132-183, 203-207
src/styles/theme.ts 100% 100% 100% 100%
src/types/size.ts 0% 0% 0% 0% 1-2
src/types/variant.ts 0% 0% 0% 0% 1-2
Generated in workflow #12

@kyechan99 kyechan99 merged commit bf420a6 into main Jan 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: switch
1 participant