Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mantinedev/mantine-flagpack
- Owner: mantinedev
- License: mit
- Created: 2022-11-26T07:35:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T06:27:17.000Z (about 1 month ago)
- Last Synced: 2025-01-05T04:15:59.888Z (13 days ago)
- Topics: countries, flags, react
- Language: TypeScript
- Homepage: https://mantinedev.github.io/mantine-flagpack
- Size: 6.95 MB
- Stars: 48
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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