mantinedev / mantine-flagpack

4x3 country flags as React components, based on flagpack
https://mantinedev.github.io/mantine-flagpack
MIT License
46 stars 5 forks source link
countries flags react

mantine-flagpack

4x3 country flags as React components with Mantine style props support. Based on flagpack.

Documentation

Documentation website

Installation

yarn add mantine-flagpack
npm install mantine-flagpack

Usage

import { ESFlag } from 'mantine-flagpack';

function Demo() {
  return <ESFlag w={100} radius="md" />;
}

License

MIT