4x3 country flags as React components with Mantine style props support. Based on flagpack.
yarn add mantine-flagpack
npm install mantine-flagpack
import { ESFlag } from 'mantine-flagpack';
function Demo() {
return <ESFlag w={100} radius="md" />;
}
MIT