-
Notifications
You must be signed in to change notification settings - Fork 23
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: new library for advanced components #2982
Conversation
🦋 Changeset detectedLatest commit: d4de7a5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
size-limit report 📦
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2982 +/- ##
==========================================
+ Coverage 93.65% 93.75% +0.10%
==========================================
Files 156 159 +3
Lines 3295 3349 +54
Branches 426 433 +7
==========================================
+ Hits 3086 3140 +54
Misses 139 139
Partials 70 70
Continue to review full report in Codecov by Sentry.
|
7f53dbb
to
7df0b84
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Storybook related:
- Add a fixed width in the preview component so is not huge
- Add some custom stories so we showcase the possibilities to our users (slot/children)
- There is an issue that you can hide image/icon even if you dont have any content in the prop
Component related:
- Fix icon sizes so it's the same for both directions
- Add the option of loading state (check specifications)
- Broder on hover state should be primary
f256079
to
a5fdfde
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very very nice work. Love it!
c63b899
to
4abaeed
Compare
4abaeed
to
c494974
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary
Type
✨ New Library for complex component
Ultraviolet UI is our simple library for basic components with very low composition. We needed one more library to increase the complexity of our component that couldn't fit there.
One first component is added into it: ContentCard.
A simple component to display information with images, title, description, icon or anything else.