ui
ui copied to clipboard
feat(Rating): new component
Resolves #505
- Works with the
Formcomponent
Form validation looks a bit ugly since you cannot add borders or rings around the rating icons. drop-shadow class of Tailwind doesn't support other colors.
Any help is appreciated.
Run & review this pull request in StackBlitz Codeflow.
Live Preview ready!
| Name | Edit | Preview | Latest Commit |
|---|---|---|---|
| ui | Edit on Studio ↗︎ | View Live Preview | 5ae6d55e7249f1d138832d0937e187f54b2944df |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated (UTC) |
|---|---|---|---|
| ui | ❌ Failed (Inspect) | Nov 30, 2023 7:21pm |
Fantastic work, @larrasu! The component is truly impressive. Best of luck
@Haythamasalama, I've implemented your suggestions. This is my first code contribution to an open source here on GitHub so I'm a bit lost on what to do. Thank you for the suggestions and the kind words! Really appreciate it!
@Haythamasalama, I've implemented your suggestions. This is my first code contribution to an open source here on GitHub so I'm a bit lost on what to do. Thank you for the suggestions and the kind words! Really appreciate it!
@larrasu, Great work! 🚀
@larrasu Amazing work! My feedback would be to disable hover effects on read-only mode. Currently on hover the active elements become transparent and might lead to a confusion. Everything else looks amazing so, again, huge congrats for this PR! 😄 🚀
I solved the conflicts and refactored it, but still need to review and check all functionality @larrasu?
I solved the conflicts and refactored it, but still need to review and check all functionality @larrasu?
Hover styles are not working for some reason. Thank you for updating this by the way!
EDIT: All fixed now.
I have made some updates to add the disabled prop and added a type for the size and update docs. Let me what you think.