mantine-flagpack
v4.1.1
Published
4x3 flag icons pack for Mantine
Readme
mantine-flagpack
4x3 country flags as React components with Mantine style props support. Based on flagpack.
Documentation
Installation
yarn add mantine-flagpacknpm install mantine-flagpackUsage
import { ESFlag } from 'mantine-flagpack';
function Demo() {
return <ESFlag w={100} radius="md" />;
}License
MIT
