Skip to content

Commit d591e75

Browse files
authored
Update USAGE.md
1 parent 2e47f94 commit d591e75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

USAGE.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ WinUI controls are available in the `WinUI` namespace.
451451

452452
## InfoBar
453453

454+
```jsx
454455
const [visible, setVisible] = useState(Visibility.Visible);
455456
// ...
456457
<WinUI.InfoBar
@@ -463,4 +464,4 @@ const [visible, setVisible] = useState(Visibility.Visible);
463464
}}
464465
severity={WinUIEnums.InfoBarSeverity.Success}
465466
/>
466-
467+
```

0 commit comments

Comments
 (0)