https://mantinedev.github.io/mantine-flagpack/
4x3 country flags as React components, based on flagpack
https://mantinedev.github.io/mantine-flagpack/
countries flags react
Last synced: about 2 months ago
JSON representation
4x3 country flags as React components, based on flagpack
- Host: GitHub
- URL: https://mantinedev.github.io/mantine-flagpack/
- Owner: mantinedev
- License: mit
- Created: 2022-11-26T07:35:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T06:17:32.000Z (6 months ago)
- Last Synced: 2025-04-06T03:10:02.966Z (3 months ago)
- Topics: countries, flags, react
- Language: TypeScript
- Homepage: https://mantinedev.github.io/mantine-flagpack
- Size: 6.95 MB
- Stars: 49
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mantine - Mantine Flagpack - 4x3 flags as React components, built of top of flagpack, tree shakable (Libraries)
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