Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.22 KB

File metadata and controls

50 lines (36 loc) · 1.22 KB

Screenshot

Packagist License Packagist Version Packagist Dependency Version Packagist Dependency Version

Introduction

Hello fellow developers, using this package you can display country flags.

How to Install

composer require codingwithrk/rk-country-flags

How to use

This will display INDIA flag.

<x-rk-country-flags name="in" />

Add width & height (default width & height is 32x32)

<x-rk-country-flags name="in" width="40" height="40"/>

If you want add class also

<x-rk-country-flags name="in" class="w-full"/>

License

This is open-sourced software licensed under the MIT license.