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 02093e7 commit dc6b5bdCopy full SHA for dc6b5bd
src/routes/reference/jsx-attributes/attr.mdx
@@ -2,8 +2,8 @@
2
title: attr:*
3
---
4
5
-Forces the prop to be treated as a attribute instead of an property. Useful for Web Components where you want to set attributes.
+Forces the prop to be treated as an attribute instead of a property. Useful for Web Components where you want to set attributes.
6
7
```tsx
8
<my-element attr:status={props.status} />
9
-```
+```
0 commit comments