-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Fix links examples #3096
Fix links examples #3096
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3096 +/- ##
=======================================
Coverage 36.08% 36.08%
=======================================
Files 438 438
Lines 9447 9447
Branches 872 909 +37
=======================================
Hits 3409 3409
+ Misses 5492 5463 -29
- Partials 546 575 +29
Continue to review full report at Codecov.
|
import { document } from 'global'; | ||
|
||
storiesOf('Addon|Links', module).add('Go to welcome', () => { | ||
const el = document.createElement('playground-button'); |
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.
Let's use some other element, it's quite weird right now: https://deploy-preview-3096--storybooks-polymer.netlify.com/?selectedKind=Addon%7CLinks&selectedStory=Go%20to%20welcome&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Fstories%2Fstories-panel
…ddons + link Welcom to button
Issue: Vue, Angular, and Polymer lacked
addon-links
exampleWhat I did
Added few examples