Skip to content

mantinedev/mantine-flagpack

Repository files navigation

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