Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T05:49:40.000Z (10 months ago)
- Last Synced: 2024-11-04T04:20:51.841Z (3 months ago)
- Topics: countries, flags, react
- Language: TypeScript
- Homepage: https://mantinedev.github.io/mantine-flagpack
- Size: 6.03 MB
- Stars: 46
- 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