File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ const DropdownDemo = () => {
138138
139139 return (
140140 < DocComponent
141- title = "React Select Component"
141+ title = "React Dropdown Component"
142142 header = "Dropdown"
143143 description = "Dropdown also known as Select, is used to choose an item from a collection of options."
144144 componentDocs = { docs }
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ const OverlayPanelDemo = () => {
6868
6969 return (
7070 < DocComponent
71- title = "React Popover Component"
71+ title = "React OverlayPanel Component"
7272 header = "OverlayPanel"
7373 description = "OverlayPanel, also known as Popover, is a container component that can overlay other components on page."
7474 componentDocs = { docs }
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ const StepsDemo = () => {
8585
8686 return (
8787 < DocComponent
88- title = "React Stepper Component"
88+ title = "React Steps Component"
8989 header = "Steps"
9090 description = "Steps also known as Stepper, is an indicator for the steps in a workflow. Layout of steps component is optimized for responsive design."
9191 componentDocs = { docs }
You can’t perform that action at this time.
0 commit comments