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

refactor: make checkbox component self-dependent by removing @radix-ui/react-checkbox dependency #83

Open
ruru-m07 opened this issue Oct 20, 2024 · 0 comments
Assignees
Labels
component: update Updates or modifications to an existing component. enhancement New feature or request refactor: component Refactoring code related to UI components.

Comments

@ruru-m07
Copy link
Owner

ruru-m07 commented Oct 20, 2024

We need to refactor the Checkbox component to eliminate its dependency on @radix-ui/react-checkbox. The objective is to rebuild the component to make it fully self-contained, ensuring it no longer relies on any external libraries. This process will involve reimplementing its core functionality, updating the documentation to reflect the changes, and revising the tests to maintain alignment with the new implementation. The goal is to enhance flexibility, simplify maintenance, and reduce external dependencies for better control over the component's behavior.

@ruru-m07 ruru-m07 added enhancement New feature or request component: update Updates or modifications to an existing component. refactor: component Refactoring code related to UI components. labels Oct 20, 2024
@ruru-m07 ruru-m07 self-assigned this Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: update Updates or modifications to an existing component. enhancement New feature or request refactor: component Refactoring code related to UI components.
Projects
None yet
Development

No branches or pull requests

1 participant