Compare commits

...

1 Commits

Author SHA1 Message Date
Marc CHEVALDONNE 54101e17b5 Component subcomponent page
continuous-integration/drone/push Build is passing Details
2 years ago

@ -96,7 +96,7 @@ public partial class CraftingItem
It is also possible to create CSS style files directly for our component, this file will be automatically rendered with our component.
```css title="Components/CraftingItem.razor.cs"
```css title="Components/CraftingItem.razor.css"
.item {
width: 64px;
height: 64px;
@ -130,9 +130,11 @@ The following code:
New title
<input @bind="newHeading" />
</label>
// highlight-next-line
// highlight-start
<button @onclick="UpdateHeading">
Update heading
</button>
// highlight-end
</p>
<p>

Loading…
Cancel
Save