Kitware / itk-vtk-viewer

2D / 3D web image, mesh, and point set viewer using itk-wasm and vtk.js
https://kitware.github.io/itk-vtk-viewer/
BSD 3-Clause "New" or "Revised" License
210 stars 64 forks source link

Material Web for UI #612

Closed PaulHax closed 1 year ago

PaulHax commented 2 years ago
github-actions[bot] commented 1 year ago

:tada: This PR is included in version 14.24.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

itsmebasti commented 1 year ago

@PaulHax I stumbled upon this project while searching for @material/web implementations. Yours is the only official project referencing the material web project, so I would like to know where you started from since it is hard to find any documentation. Were you already confident working with material on other Projects, or do you have any handy documentation where I could start working? I am able to define and use the components but I would love to see any kind of API reference to be aware of the possible component attributes without diving into every single typescript definition. btw they just released a pre release v1.0, but without any further advice.

Sorry for running into you through this project, there is just barely any other example out there and I am a big fan of web components and would love to use the md components for future projects. Thanks in advance, Basti

PaulHax commented 1 year ago

Hi @itsmebasti I ended up spelunking through the source code, like you suggest, and looking at the Material 2 Web Components examples. Was not the greatest experience. I had classic case of shiny new library sickness. Suggest going with something else (Shoelace?) if you can't wait months.

itsmebasti commented 1 year ago

Thank you @PaulHax, and thanks for the fast response! Alright, I'll wait for the official md3 statement and go with something else so far. I will have a look into Shoelace, thank you!