Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mantine-flagpack

mantinedev3.3kMIT4.1.1TypeScript support: included

4x3 flag icons pack for Mantine

mantine, flags

readme

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