Skip to content

Commit

Permalink
Docs(web-twig): Introduce Icons story refs #DS-247
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Apr 4, 2023
1 parent c9cb9e2 commit b2273e1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/web-twig/src/Resources/icons/Icons.stories.twig
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{% extends 'layout/default.html.twig' %}

{% block content %}

<section class="docs-Section">

<div class="Grid Grid--cols-2 Grid--tablet--cols-4 Grid--desktop--cols-6 text-center my-1000">

{% for icon in icons %}

<div class="mb-600">
<Icon name={{ icon }} />

<h3 class="mt-500">{{icon}}</h3>
</div>

{% endfor %}

</div>
</section>

{% endblock %}

0 comments on commit b2273e1

Please sign in to comment.