Skip to content

Commit 17d171d

Browse files
author
Warren Buckley
authored
Update README.md
1 parent 0fbf8d6 commit 17d171d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,13 @@ You can also add `Fallback` for the link to become optional, if there is no link
409409
<div>
410410
<span>some text</span>
411411
</div>
412-
```
412+
413+
<our-link link="@Model.ctaLink" Fallback="true">
414+
<span>some text</span>
415+
</our-link>
416+
417+
@*No link and no fallback HTML tag name specified will result in*@
418+
<span>some text</span>
413419
414420
## `<our-cache>`
415421

0 commit comments

Comments
 (0)