-
Notifications
You must be signed in to change notification settings - Fork 31
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(steps): add steps component #766
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/growingio/gio-design/cflv8j98p |
Codecov Report
@@ Coverage Diff @@
## master #766 +/- ##
==========================================
+ Coverage 89.68% 89.83% +0.14%
==========================================
Files 148 150 +2
Lines 5041 5115 +74
Branches 1330 1352 +22
==========================================
+ Hits 4521 4595 +74
Misses 514 514
Partials 6 6
Continue to review full report at Codecov.
|
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.
最后,把注释的代码删掉吧。
// docs: { | ||
// page: Docs, | ||
// }, | ||
design: { |
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.
先别放这个设计稿,后面放 GrowingIO Design Components 里的 frame
src/components/steps/Steps.mdx
Outdated
@@ -0,0 +1,28 @@ | |||
import { Props, Meta } from '@storybook/addon-docs/blocks'; |
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.
No description provided.