# material-ui-flags

> Flag icons for Material-UI

Latest version **1.2.4** (published 2020-11-12) · 0 weekly downloads

## Install

```sh
npm install material-ui-flags
pnpm add material-ui-flags
yarn add material-ui-flags
bun add material-ui-flags
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.4 |
| Published | 2020-11-12 |
| First published | 2019-12-24 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 937 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | Eray KIZILTAS |
| Maintainers | erryan |
| Keywords | material-ui, react, country, flag, flags, language, internationalization, country flags |

## Links

- npm: https://www.npmjs.com/package/material-ui-flags
- Repository: https://github.com/ekiziltas/material-ui-flags
- Homepage: https://github.com/ekiziltas/material-ui-flags#readme
- Issues: https://github.com/ekiziltas/material-ui-flags/issues
- npm.io page: https://npm.io/package/material-ui-flags

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.2.4 (latest) — 2020-11-12
- 1.0.15 — 2020-10-07
- 1.0.14 — 2020-09-25
- 1.0.13 — 2020-09-25
- 1.0.12 — 2020-09-25
- 1.0.11 — 2020-09-22
- 1.0.10 — 2020-09-22
- 1.0.9 — 2020-09-22
- 1.0.8 — 2019-12-26
- 1.0.7 — 2019-12-24
- 1.0.6 — 2019-12-24
- 1.0.5 — 2019-12-24
- 1.0.4 — 2019-12-24
- 1.0.3 — 2019-12-24
- 1.0.2 — 2019-12-24
- … 1 more at https://npm.io/package/material-ui-flags/versions

## README

material-ui-flags
=========================

Library with country flag icons for [Material-UI](http://www.material-ui.com/#/). 
## Installation

```shell
  npm install material-ui-flags
  
  yarn add material-ui-flags
```

## Versions

For React 0.14 and Material-UI 0.14 please use version 2.
For React 15 and Material-UI 0.15 please use version 3 and above.

## Usage

```javascript
import React from 'react';
import IconButton from '@material-ui/core/IconButton';

import {
    IconFlagTR,
    IconFlagDE,
    IconFlagUS
} from 'material-ui-flags';

class MyComponent extends React.Component
{
  render( )
  {
    return(
      <div>
        <IconButton><IconFlagTR /></IconButton>
        <IconButton><IconFlagDE /></IconButton>
        <IconButton><IconFlagUS /></IconButton>
      </div>
    );
  }
}

```

---
_Source: https://npm.io/package/material-ui-flags · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
