-
Notifications
You must be signed in to change notification settings - Fork 146
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(userAvatar): add example #7004
feat(userAvatar): add example #7004
Conversation
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7004 +/- ##
==========================================
- Coverage 81.73% 81.72% -0.01%
==========================================
Files 401 401
Lines 13031 13031
Branches 4293 4293
==========================================
- Hits 10651 10650 -1
- Misses 2380 2381 +1
|
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.
LGTM
packages/ibm-products-web-components/src/components/user-avatar/user-avatar.mdx
Outdated
Show resolved
Hide resolved
bda7598
Closes #6962
stackblitz example created for user avatar default variant and the missing controls in the Storybook docs are now working as expected.
What did you change?
Created a new folder
user-avatar
underpackages/ibm-products-web-components/examples
.Files changed:
packages/ibm-products-web-components/examples/user-avatar/.gitignore
packages/ibm-products-web-components/examples/user-avatar/.sassrc
packages/ibm-products-web-components/examples/user-avatar/gallery.config.json
packages/ibm-products-web-components/examples/user-avatar/index.html
packages/ibm-products-web-components/examples/user-avatar/package.json
packages/ibm-products-web-components/examples/user-avatar/src/index.js
packages/ibm-products-web-components/examples/user-avatar/src/styles.scss
packages/ibm-products-web-components/examples/user-avatar/vite.config.js
packages/ibm-products-web-components/src/components/user-avatar/user-avatar.mdx
How did you test and verify your work?
Run
npm install
&npm run dev
from the user-avatar example folder.