Compare commits

..

4 Commits

Author SHA1 Message Date
konnorrogers
5aebb61d24 prettier 2023-08-22 11:16:26 -04:00
konnorrogers
9b16125127 Merge branch 'next' of https://github.com/shoelace-style/shoelace into konnorrogers/remove-react-wrapper 2023-08-22 11:13:20 -04:00
konnorrogers
5a92b3dd55 add changelog entry 2023-08-22 11:10:49 -04:00
konnorrogers
afb1c74b86 remove extra react wrapper, upgrade to v2 of @lit-labs/react, call define in module. 2023-08-21 18:02:58 -04:00

View File

@@ -137,17 +137,15 @@
<tr>
<td>
<code class="nowrap">{{ prop.name }}</code>
{% if prop.attribute | length > 0 %}
{% if prop.attribute != prop.name %}
<br>
<sl-tooltip content="This attribute is different from its property">
<small>
<code class="nowrap">
{{ prop.attribute }}
</code>
</small>
</sl-tooltip>
{% endif %}
{% if prop.attribute != prop.name %}
<br>
<sl-tooltip content="This attribute is different from its property">
<small>
<code class="nowrap">
{{ prop.attribute }}
</code>
</small>
</sl-tooltip>
{% endif %}
</td>
<td>