Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 512 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 512 Bytes

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