# indicator (Flowbite v4 kit)

> Use the indicator component to show a number count, account status, or as a loading label positioned relative to the parent component coded with Tailwind CSS

## Props for `Indicator`

| Name | Type | Description |
|------|------|-------------|
| `variant` | `'brand'|'gray'|'danger'|'success'|'warning'` | The visual style variant. Defaults to `brand` |
| `size` | `'default'|'lg'` | The badge size. Defaults to `default` |

## Blocks for `Indicator`

- `content`: The value

## Dependencies

- twig/extra-bundle
- twig/html-extra:^3.12.0
- tales-from-a-dev/twig-tailwind-extra:^1.0.0

- [View component](https://ux.symfony.com/toolkit/kits/flowbite-4/components/indicator)
