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 d4859a0 commit e7dab55Copy full SHA for e7dab55
apps/website/src/routes/docs/styled/alert/index.mdx
@@ -87,7 +87,7 @@ import { Alert } from '~/components/ui';
87
88
```tsx
89
<Alert.Root>
90
- <Terminal className="h-4 w-4" />
+ <Terminal class="h-4 w-4" />
91
<Alert.Title>Heads up!</Alert.Title>
92
<Alert.Description>
93
You can add components and dependencies to your app using the cli.
apps/website/src/routes/docs/styled/skeleton/index.mdx
@@ -38,7 +38,7 @@ import { Skeleton } from '~/components/ui';
38
```
39
40
41
-<Skeleton className="h-6 w-24 rounded-full" />
+<Skeleton class="h-6 w-24 rounded-full" />
42
43
44
## Examples
0 commit comments