@jsamr/react-native-li
Version:
A pure JavaScript React Native component to render CSS3 compliant ordered and unordered lists.
27 lines (15 loc) • 868 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[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)
<b>Signature:</b>
```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) | |
<b>Returns:</b>
JSX.Element