-
Notifications
You must be signed in to change notification settings - Fork 56
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
Empty component #91
base: master
Are you sure you want to change the base?
Empty component #91
Conversation
&__description { | ||
margin-top: $empty-description-margin-top; | ||
padding: $empty-description-padding; | ||
color: $empty-description-color; |
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.
use typography variables
</div> | ||
); | ||
|
||
export const ImageType = () => { |
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.
make the presentation prettier
Remember to upgrade package version by a patch number, also check this item off in the todo list in README |
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "vant-react", | |||
"version": "0.3.0", | |||
"version": "1.0.0", |
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.
should be 0.3.1
text='Custom' | ||
type='danger' | ||
/> | ||
<div> |
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.
we don't need this div, we can use <></>
fragments to enclose the buttons
WIP