←back to thread

277 points merqurio | 1 comments | | HN request time: 0s | source
Show context
whs ◴[] No.45114614[source]
Does Lit have a good component library? Like, a complete web template (eg. Bootstrap/Ant), datepicker, color picker, virtual scroll, data tables, typeahead, tab, etc.

I shipped a project with Lit and I liked it, but I didn't like that I'd need to know the complete project scope up front that I could write everything from the ground up. I know I could use React component for some of the harder stuff but at that point might as well use React and avoid bundling two systems

replies(3): >>45115219 #>>45116402 #>>45117088 #
1. krikou ◴[] No.45117088[source]
In addition, to what is already posted, you also have:

- https://github.com/vaadin/web-components

- https://github.com/material-components/material-web (very, very sadly killed by google management)