We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documentation should be hasArrow instead of arrow.
hasArrow
arrow
Currently under the documentation page we have the prop arrow instead of hasArrow in the example snippets, which is misleading.
<Menu placement="end" arrow> <Item value="option-1">Option 1</Item> <Item value="option-2">Option 2</Item> <Item value="option-3">Option 3</Item> </Menu>
Go to [1] or [2] where there's usage examples.
Menu
'@zendeskgarden/react-dropdowns'
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expectations
Documentation should be
hasArrow
instead ofarrow
.Reality
Currently under the documentation page we have the prop
arrow
instead ofhasArrow
in the example snippets, which is misleading.Steps to Reproduce
Go to [1] or [2] where there's usage examples.
Fine Print
Menu
from'@zendeskgarden/react-dropdowns'
The text was updated successfully, but these errors were encountered: