codingwithrk / rk-country-flags
A library of all country flags for Laravel
Package info
github.com/codingwithrk/rk-country-flags
Language:Blade
pkg:composer/codingwithrk/rk-country-flags
1.0.0
2024-09-10 16:29 UTC
Requires
- php: ^7.4|^8.0
- laravel/framework: ^8.0|^9.0|^10.0|^11.0
README
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.