# ef-counter

Counter is an item count badge,
support maximum display number and notation of large numbers.

## Properties

| Property | Attribute | Type     | Default | Description                                      |
|----------|-----------|----------|---------|--------------------------------------------------|
| `max`    | `max`     | `string` | ""      | Set maximum counter value.<br />This value will be displayed with suffix `+` if count value is larger than max. |
| `value`  | `value`   | `string` | ""      | The value of counter as string number            |
