atinux / content-wind

A lightweight Nuxt theme to build a Markdown driven website. Powered by Nuxt Content, TailwindCSS and Iconify.
https://content-wind.nuxt.space
MIT License
791 stars 55 forks source link

feat: list icon class #38

Closed AkaraChen closed 1 year ago

AkaraChen commented 1 year ago

Add a iconClass prop for build-in List component, it's useful when user want to change list's icon color.

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @Atinux on Vercel.

@Atinux first needs to authorize it.

atinux commented 1 year ago

Hey @AkaraChen

Actually I removed the List in favour of the Elements one: https://elements.nuxt.space/globals/list

If you want to keep the one, you can move it to your project components/content/List.vue directly

Thank you for your PR and sorry to have to close it.