aerialist7 / kotlin-mui-showcase

Demo Stand of Kotlin/JS Material-UI
https://aerialist7.github.io/kotlin-mui-showcase/
Apache License 2.0
89 stars 13 forks source link

Request Help~ #18

Closed Omooo closed 1 year ago

Omooo commented 1 year ago

hello~ I want to ask if you can add a showcase of the following table classes (such as Line chart)? Thanks.

aerialist7 commented 1 year ago

Hi @Omooo, you probably missed some description details in your request. Because I don't understand which table classes (such as Line chart) you are talking about

Omooo commented 1 year ago

Thank you for your reply. That's exactly the case, which is the use of third-party libraries for some chart classes, such as Charts.js and ApexCharts. These are not included in the kotlin-wrappers, so I don't know how to use them.

aerialist7 commented 1 year ago

@Omooo, you are right, there are no chart libraries in kotlin-wrappers. Probably you should pick a library that you need and write Kotlin declarations yourself. I recommend this one - Tanstack React Charts. It is very useful and also there are a bunch of other Tanstack libraries in Kotlin Wrappers such as

For information about how to create Kotlin declarations for JS libraries, you can write to the corresponding Slack channel - "kotlinlang #react"

P.S. I hope that someone who wants to collect all libraries from Tanstack in kotlin-wrappers will help you 😉