import badgeProps from '!!ts-docgen-loader!./props.tsx';

Передайте компонент, которому нужно включить индикатор, внутрь блока `Badge`.

```ts
// src/App.ts
import React from 'react'
import { Badge } from '@yandex-lego/components/Badge'

const App = () => (
  <Badge content={5}>
    <Icon />
  </Badge>
)
```

### Props

<PropsTable props={badgeProps} />
