[Home](./index.md) > [@jsamr/react-native-li](./react-native-li.md) > [MarkedListItem](./react-native-li.markedlistitem.md)
## MarkedListItem() function
A component which reproduces CSS3 `display: list-item;` behavior. It prepends its child with a marker box containing a marker string representation for this child index.
See [CSS Lists and Counters Module Level 3, Markers](https://www.w3.org/TR/css-lists-3/#markers).
Signature:
```typescript
export default function MarkedListItem({ counterRenderer, index, startIndex, rtlLineReversed, rtlMarkerReversed, markerTextStyle, markerBoxStyle, maxNumOfCodepoints, markerTextWidth, style, renderMarker, enableMarkerClipping, children }: PropsWithChildren): JSX.Element;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| { counterRenderer, index, startIndex, rtlLineReversed, rtlMarkerReversed, markerTextStyle, markerBoxStyle, maxNumOfCodepoints, markerTextWidth, style, renderMarker, enableMarkerClipping, children } | PropsWithChildren<[MarkedListItemProps](./react-native-li.markedlistitemprops.md)> | |
Returns:
JSX.Element