-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore(docs): update storybook tabs to time-picker #19194
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
chore(docs): update storybook tabs to time-picker #19194
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react 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 #19194 +/- ##
=======================================
Coverage 84.37% 84.37%
=======================================
Files 388 385 -3
Lines 14547 14539 -8
Branches 4753 4802 +49
=======================================
- Hits 12274 12268 -6
+ Misses 2114 2112 -2
Partials 159 159 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
packages/web-components/src/components/time-picker/time-picker.mdx
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/time-picker/time-picker.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: kennylam <[email protected]>
cf4a824
Hey there! v11.81.0 was just released that references this issue/PR. |
This updates the Storybook overview docs for
time-picker
,tile
,textarea
,text-input
,tabs
, andtags
web components to match their React counterparts.The stories should match React versions as closely as possible, excepting framework-specific documentation. Note that there will be differences in documentation/API as not all of these components have full parity with React.
Changelog
Changed
Canvas
elements to story overviews for examples and source code@element
when needed so attributes would render in mdxTesting / Reviewing