-
Notifications
You must be signed in to change notification settings - Fork 1
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: Implement icon component #41
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TSenter
reviewed
Aug 1, 2024
Per Tyler - can we modify this to take an additional argument for showing the bubble/not showing the bubble? |
ChesneyJulian
force-pushed
the
chesney-icon-bubble
branch
from
August 2, 2024 11:51
711236a
to
05e989f
Compare
ChesneyJulian
changed the title
feat: Implement icon-bubble
feat: Implement icon component
Aug 2, 2024
lnicely
reviewed
Aug 2, 2024
ChesneyJulian
force-pushed
the
chesney-icon-bubble
branch
2 times, most recently
from
August 2, 2024 16:51
c063e8f
to
8c17663
Compare
ChesneyJulian
force-pushed
the
chesney-icon-bubble
branch
from
August 2, 2024 17:40
8c17663
to
87a53b7
Compare
ChesneyJulian
commented
Aug 2, 2024
ChesneyJulian
force-pushed
the
chesney-icon-bubble
branch
from
August 5, 2024 11:11
5215a41
to
dbd0bb1
Compare
TSenter
requested changes
Aug 5, 2024
ChesneyJulian
force-pushed
the
chesney-icon-bubble
branch
from
August 5, 2024 14:25
7593c49
to
6a9a401
Compare
TSenter
approved these changes
Aug 5, 2024
TSenter
added
internal
Internal changes or things that don't fit in any other category
enhancement
New feature or request
and removed
enhancement
New feature or request
internal
Internal changes or things that don't fit in any other category
labels
Aug 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This component predefines sizing, padding and font size for icons. It has params for color, type, circular, and backgroundColor. If circular is true and no backgroundColor is passed, the backgroundColor will default to the subtle version of the icon color. The color params have types that match Bootstrap's color options. The type param utilizes the NrgIconValue type. The circular param determines if the icon has a circle background with additional padding and color.