Skip to content

Commit

Permalink
feat: add example of link in a paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Morse committed Nov 26, 2018
1 parent c35a25b commit 8e77664
Showing 1 changed file with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,28 @@
},
} only %}
</p>

<p>And the link may also appear in a paragraph:</p>
<p>
Aute et occaecat cupidatat
{% include "@bolt-components-link/link.twig" with {
text: "adipisicing fugiat",
url: "#!",
icon: {
name: "info-open",
position: "before"
},
} only %}
qui magna amet cupidatat eiusmod fugiat aute.
{% include "@bolt-components-link/link.twig" with {
text: "Velit ex sit sint",
url: "#!",
} only %}
in nisi est proident deserunt eu esse aliquip cillum. Anim ea magna sit exercitation exercitation fugiat culpa quis ea adipisicing.
{% include "@bolt-components-link/link.twig" with {
text: "Learn more",
url: "#!",
icon: {
name: "chevron-right",
},
} only %}
</p>

0 comments on commit 8e77664

Please sign in to comment.