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