atelierdisko / payload-lexical-react-renderer

MIT License
24 stars 3 forks source link

listItem would miss the parent type, ul, ol, check #5

Open dohomi opened 2 months ago

dohomi commented 2 months ago

Thanks for this useful package! I tried to plug in RN elements via Tamagui and worked great so far. Now came across listItem which I would like to render with my own icons. But the parent type is missing (ul, ol, check) within the type of listItem. That would be a great addition. display: list-item is not available in RN that's why I'd like to spin up my own component.