-
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
Issue #14.3: Create <IconButton> Component #35
Conversation
Visit the preview URL for this PR (updated for commit ea081ad): https://tcl-74-smart-shopping-list--pr35-nr-dtp-iconbutton-h2d8s5p3.web.app (expires Sat, 05 Oct 2024 16:39:58 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 79d73546692f99aad8468c28e36db434e2c190ac |
… reflect wireframe (add item, view lists, sign out), update update Layout.css for active NavLinks
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.
Everything looks great! The View List and Add Items buttons are functioning as expected. Thank you.
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.
🎉
Description
This PR addresses the creation of an IconButton component as outlined in the tlined in the wireframe. The component includes a button that contains an icon and a label text. We imported fontAwesome into project (please reference index.html file).
Related Issue
Closes #34
Acceptance Criteria
<IconButton>
renders a real element.<IconButton>
accepts props that allow it to render any combination of icon and label text (see notes section).Label
text, if present, is placed visually below the icon.Type of Changes
Enhancement
Updates
After
Testing Steps / QA Criteria