Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mantinedev/mantine-flagpack

4x3 country flags as React components, based on flagpack
https://github.com/mantinedev/mantine-flagpack

countries flags react

Last synced: 6 days ago
JSON representation

4x3 country flags as React components, based on flagpack

Awesome Lists containing this project

README

        

# mantine-flagpack

4x3 country flags as React components with Mantine [style props](https://mantine.dev/styles/style-props/) support. Based on [flagpack](https://flagpack.xyz/).

## Documentation

[Documentation website](https://mantinedev.github.io/mantine-flagpack/)

## Installation

```bash
yarn add mantine-flagpack
```

```bash
npm install mantine-flagpack
```

## Usage

```tsx
import { ESFlag } from 'mantine-flagpack';

function Demo() {
return ;
}
```

## License

MIT