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