amplify-ui
amplify-ui copied to clipboard
Breadcrumb component docs are missing component specific props
Before creating a new issue, please confirm:
- [X] I have searched for duplicate or closed issues and discussions.
- [X] I have tried disabling all browser extensions or using a different browser
- [X] I have tried deleting the node_modules folder and reinstalling my dependencies
- [X] I have read the guide for submitting bug reports.
On which framework/platform are you having an issue?
React
Which UI component?
Other
How is your app built?
N/A
What browsers are you seeing the problem on?
No response
Which region are you seeing the problem in?
No response
Please describe your bug.
The documentation for the react Breadcrumb component is missing the component specific props in the props tab https://ui.docs.amplify.aws/react/components/breadcrumbs?tab=props.
What's the expected behaviour?
The breadcrumb component and subcomponents should list and describe, in the props tab, the props that they accept such as items
, separator
, isCurrent
, etc.
Help us reproduce the bug!
Breadcrumb prop page can be found https://ui.docs.amplify.aws/react/components/breadcrumbs?tab=props
Code Snippet
// Put your code below this line.
Console log output
No response
Additional information and screenshots
No response