We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c1f6e commit 3383e57Copy full SHA for 3383e57
data/docs/test.mdx
@@ -162,11 +162,11 @@ Default state is **expanded**. Click the header to toggle.
162
163
### Collapsible `lg` variant
164
165
-<Admonition type="note" variant="lg" title="Large collapsible note">
+<Admonition type="note" size="lg" title="Large collapsible note">
166
Large variant, collapsible, starts expanded. `inline code` and [a link](https://signoz.io/docs/).
167
</Admonition>
168
169
-<Admonition type="tip" variant="lg" defaultCollapsed title="Large collapsible tip — starts collapsed">
+<Admonition type="tip" size="lg" defaultCollapsed title="Large collapsible tip — starts collapsed">
170
Large variant, collapsible, starts collapsed.
171
172
```bash
0 commit comments