-
Notifications
You must be signed in to change notification settings - Fork 68
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
Update Card docs #324
base: master
Are you sure you want to change the base?
Update Card docs #324
Conversation
@@ -86,13 +93,6 @@ export default () => ( | |||
<Example>"small"</Example> | |||
</PropertyValue> | |||
</Property> | |||
|
|||
<Property name="card.hover.container.extend"> |
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.
Isn't this still possible, via
kind={{
hover: theme.card.hover?.container,
...theme.card.container,
}}
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.
The extend does not apply at the moment.
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.
Doc changes look fine. It looks like we need to add this theme prop to themes/base.d.ts in Grommet.
base.d.ts has been updated to include It looks like yarn.lock just needs updated and then we can merge this |
Looks like there is still a merge conflict with yarn.lock |
Adjusts card docs based on updates made in grommet/grommet#5762