We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3921925 commit 0ba4158Copy full SHA for 0ba4158
packages/modals/README.md
@@ -28,7 +28,7 @@ import { Button } from '@zendeskgarden/react-buttons';
28
* Place a `ThemeProvider` at the root of your React application
29
*/
30
<ThemeProvider>
31
- <Modal onClose={() => alert('modal closing'))}>
+ <Modal onClose={() => alert('modal closing')}>
32
<Header>Example Header</Header>
33
<Body>
34
Some content
0 commit comments