Skip to content

Commit a201e77

Browse files
committed
add docs
1 parent 6956bd4 commit a201e77

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/contributing/pages/components.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,18 @@ An Alert component with no level setting will render as a Note component.
3737

3838
See also the [Note component](#note).
3939

40+
## Arcade embeds
41+
42+
Render an [Arcade](arcade.software) embed.
43+
<Arcade src="https://demo.arcade.software/v7uhzmdV6Q5PDzoVPAE6?embed&show_copy_link=true" />
44+
```markdown {tabTitle:Example}
45+
<Arcade src="https://demo.arcade.software/v7uhzmdV6Q5PDzoVPAE6?embed&show_copy_link=true" />
46+
```
47+
48+
Attributes:
49+
50+
- `src` (string) - the URL of the Arcade embed
51+
4052
## Expandable
4153

4254
Render an expandable section.

0 commit comments

Comments
 (0)