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 b8dc238 commit 10536f4Copy full SHA for 10536f4
static/usage/v7/toast/theming/react/main_tsx.md
@@ -12,7 +12,7 @@ function Example() {
12
trigger="open-toast"
13
duration={3000}
14
message="Hello Styled World!"
15
- class="custom-toast"
+ className="custom-toast"
16
buttons={[
17
{
18
text: 'Dismiss',
static/usage/v8/toast/theming/react/main_tsx.md
0 commit comments