# Small Offer Box

## Implemented Components

* [Box](../Box/README.md)

## Interface 

```typescript
ISmallOfferBox {
    id: string;
    href?: string,
    picture: string;
    title: string,
    value: string | number,
    afterIcon: boolean,
}
```