Skip to content

Commit

Permalink
Fix toggle-button-component
Browse files Browse the repository at this point in the history
Signed-off-by: eyeaadil <[email protected]>
  • Loading branch information
eyeaadil committed Dec 28, 2024
1 parent 64f40c1 commit 9155193
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ const ToggleButtonCode = () => {
<ToggleButtonGroup
value={multiSelected}
onChange={handleMultiToggle}
orientation="vertical"
>
<ToggleButton value="bold">Toggle Button 1</ToggleButton>
<ToggleButton value="italic">Toggle Button 2</ToggleButton>
Expand Down

0 comments on commit 9155193

Please sign in to comment.