# Badge
> `Badge` can be used to indicate a status of a certain item, usually positioned nearby the element it's related to.
[Theme](../source/components/badge/theme.ts) | [Example code](../examples/badge.tsx)
## Usage
```tsx
import React from 'react';
import {render, Box} from 'ink';
import {Badge} from '@inkjs/ui';
function Example() {
return (
Pass
Fail
Warn
Todo
);
}
render();
```
## Props
### children
Type: `ReactNode`
Label.
### color
Type: [`TextProps['color']`](https://github.com/vadimdemedes/ink#color)
Color.