Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]How can I add different styles to each item in the list #83

Open
kaveeshkarunarathna opened this issue Dec 1, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@kaveeshkarunarathna
Copy link

I need to change the styles of the list items differently for each. Is there any way I can achieve this? Or is there a way to render an element inside a list element?

@jonelantha
Copy link
Owner

Do you mean that the numbers would have different styles to each other?

At the moment you may be able to create css classes with nth-child, to set different styles.

A future version will allow full control of rendering of all elements but that won't be available for a few months unfortunately.

@jonelantha jonelantha added the enhancement New feature or request label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants