[GH-ISSUE #581] Documentation: No get started section #332

Closed
opened 2026-03-03 14:37:36 +03:00 by kerem · 0 comments
Owner

Originally created by @abelardolg on GitHub (Jul 14, 2019).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/581

Hi,

I have installed this collection by running npm command but I don't know to display an icon.

TWIG:

<link href="{{ asset('/assets/css/docs.css') }}" rel="stylesheet">
            <link href="{{ asset('/assets/css/flag-icon.css') }}" rel="stylesheet">

 <script src="{{ asset('/assets/js/docs.js') }}"></script>

This flag isn't showed:

{% block body %}
        <span class="label label-default"><span class="flag-icon flag-icon-gr"></span> GR</span>

What's wrong?

Originally created by @abelardolg on GitHub (Jul 14, 2019). Original GitHub issue: https://github.com/lipis/flag-icons/issues/581 Hi, I have installed this collection by running npm command but I don't know to display an icon. TWIG: ``` <link href="{{ asset('/assets/css/docs.css') }}" rel="stylesheet"> <link href="{{ asset('/assets/css/flag-icon.css') }}" rel="stylesheet"> <script src="{{ asset('/assets/js/docs.js') }}"></script> ``` This flag isn't showed: ``` {% block body %} <span class="label label-default"><span class="flag-icon flag-icon-gr"></span> GR</span> ``` What's wrong?
kerem closed this issue 2026-03-03 14:37:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#332
No description provided.