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): checkbox (#1) #2

Merged
merged 1 commit into from
Jan 26, 2024
Merged

feat(common): checkbox (#1) #2

merged 1 commit into from
Jan 26, 2024

Conversation

kyechan99
Copy link
Member

common ui

  • Checkbox

feature

  • click
  • customize icon
  • label

@kyechan99 kyechan99 added the feature New feature or request label Jan 26, 2024
@kyechan99 kyechan99 added this to the common ui milestone Jan 26, 2024
@kyechan99 kyechan99 self-assigned this Jan 26, 2024
@kyechan99 kyechan99 merged commit 84ba46a into main Jan 26, 2024
2 checks passed
Copy link

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 88.11% 645 / 732
🔵 Statements 88.11% 645 / 732
🔵 Functions 69.23% 27 / 39
🔵 Branches 72.58% 45 / 62
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/components/common/index.ts 100% 100% 100% 100%
src/components/common/Checkbox/index.tsx 100% 86.66% 100% 100%
src/components/common/Label/index.tsx 100% 100% 100% 100%
src/libs/event.ts 100% 66.66% 100% 100%
Generated in workflow #8

@kyechan99 kyechan99 linked an issue Jan 26, 2024 that may be closed by this pull request
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: checkbox
1 participant