[Home](./index.md) > [@jsamr/react-native-li](./react-native-li.md) > [MarkerBox](./react-native-li.markerbox.md)
## MarkerBox() function
Default component to render the list marker.
See [CSS Lists and Counters Module Level 3, Markers](https://www.w3.org/TR/css-lists-3/#marker-pseudo)
Signature:
```typescript
export default function MarkerBox({ style, counterRenderer, counterIndex, markerTextStyle, markerTextWidth, enableMarkerClipping }: MarkerBoxProps): JSX.Element;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| { style, counterRenderer, counterIndex, markerTextStyle, markerTextWidth, enableMarkerClipping } | [MarkerBoxProps](./react-native-li.markerboxprops.md) | |
Returns:
JSX.Element