-
Notifications
You must be signed in to change notification settings - Fork 734
Update button docs #3668
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 button docs #3668
Conversation
@@ -135,7 +135,7 @@ | |||
{ | |||
"name": "enableShadow", | |||
"type": "boolean", | |||
"description": "Control shadow visibility (iOS-only)" | |||
"description": "Control shadow visibility" |
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.
This should be changes in the ts
file as well
@@ -217,15 +222,6 @@ | |||
} | |||
] | |||
}, | |||
{ |
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.
You kept the Full-Width Vs. Floating Button
section in the UX Guidelines
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.
I think we can keep it, FloatingButton is available in public
I just didn't want to be in this component types, cause it's a different componetn
@@ -297,19 +284,7 @@ | |||
] | |||
}, | |||
{ | |||
"title": "Inverted", |
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.
I feel like you can leave the Inverted
.
If you do return it then there's an Inverted
section under Icon Button
that was removed.
If not, there's a section below about Inverted
that's still there.
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.
Ok, I will revert the changes and return inverted
Description
Update button docs, remove stuff that are not relevant to public docs
I did keep some UX guidelines that are still possible to achieve
Changelog
N/A
Additional info