3.2.1 • Published 10 years ago

material-ui-credit-card-icons v3.2.1

Weekly downloads
328
License
MIT
Repository
github
Last release
10 years ago

material-ui-credit-card-icons

Library with credit card icons for Material-UI. Initially created for use in Universal Relay Boilerplate by Code Foundries.

Installation

  npm install material-ui-credit-card-icons --save

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/lib/icon-button';

import {
  Icon_Visa,
  Icon_MasterCard
} from 'material-ui-credit-card-icons';

class MyComponent extends React.Component
{
  render( )
  {
    return(
      <div>
        <IconButton><Icon_Visa /></IconButton>
        <IconButton><Icon_MasterCard /></IconButton>
      </div>
    );
  }
}

For more information:

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Check out existing issues and help wanted.

Release History

Releases on Github project.

3.2.1

10 years ago

3.2.0

10 years ago

3.1.0

10 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.4.0

10 years ago

1.3.0

10 years ago

1.2.1

10 years ago