codingwithrk / rk-country-flags
A library of all country flags for Laravel
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
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.