# @lendi-ui/lender-logos

A LenderLogos component.

## Installation

```
yarn add @lendi-ui/lender-logo
```

## Usage

```jsx
import LenderLogos from '@lendi-ui/lender-logos';

<LenderLogos lenderId="" />;
```

or, to take advantage of multiple entrypoints:

```jsx
import BankAustralia from '@lendi-ui/lender-logos/BankAustralia';

<BankAustralia />;
```

Note: You must use the above syntax across your entire codebase to see any bundle savings from entrypoints
