-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
refactor: remove dependency on "rc-dialog" & "rc-switch" #114
Comments
Hi @pranshuchittora , Thanks for checking out knit-ui and providing your feedback! We used rc components in some cases for the following reasons:
Would love to know your thoughts on this matter... P.S: Curious as to how you came across knit-ui |
Hi, @Kushagra8888 thanks for the blazing fast reply. I completely agree, but I would like to add a few things
What's your opinion about implementing container components like (Grid, Card...etc)
|
Certainly, if see significant value add for the time that needs to be invested, we would plan to refactor them. We may implement some container components as well, but I'm unsure about it and would defer it to our UX. @arorayash Would it be possible to add a list of components that we are planning to implement into knit-ui, maybe in the Readme? |
@pranshuchittora Here's the list of things planned to be implemented: https://www.figma.com/file/o3UDrumhtDT0huZEsPnGPw/KnitUI-planning?node-id=0%3A1 |
Thanks, @Kushagra8888 sounds interesting. And, there are few comps I would like to add.
|
Yes, you're right about Drawer and Slider being completely distinct components. Thanks for your suggestions! I'll forward them to the design team... |
Is it possible to get some design mockups? |
@pranshuchittora Unfortunately we don't have them now, and it might take some time document the requirements, but I'll share them with you when they are avilable... |
No problem, I will start with Grid and other containers. |
I think this hasn't been published on |
Hey the actual library is here - https://www.npmjs.com/package/knit-ui Will unpublish the old one. Thanks for notifying. 👍 |
Hi there,
Great work on creating an awesome component lib cum design system. 👏 🎊
Description
The switch has a dependency of
rc-switch
KnitUI/src/components/Switch/styledComponents.tsx
Line 1 in acb3221
Similarly, Modal too has a dependency of
rc-dialog
KnitUI/src/components/Modal/ModalWrapper.tsx
Line 3 in fa9ab8c
I think the components should be decoupled from such dependency.
What can be done?
Let's discuss 📢
The text was updated successfully, but these errors were encountered: