codingwithrk/rk-country-flags

A library of all country flags for Laravel

1.0.0 2024-09-10 16:29 UTC

This package is auto-updated.

Last update: 2024-09-10 16:31:11 UTC


README

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.