1.2.4 • Published 3 years ago

material-ui-flags v1.2.4

Weekly downloads
893
License
-
Repository
github
Last release
3 years ago

material-ui-flags

Library with country flag icons for Material-UI.

Installation

  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

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>
    );
  }
}
1.2.4

3 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago