Lesson 7 - Web UI
infinitecanvas.cc·4h
Flag this post

In this lesson, you will learn the following:

  • Developing Web UI with Lit and Shoelace
  • Implementing a canvas component
  • Implementing a zoom toolbar component

Web UI with Lit and Shoelace

When choosing a component library, I didn’t want it to be tied to a specific framework implementation, see Web Components are not Framework Components — and That’s Okay. Web components is a good choice, and Lit provides reactive state, scoped styles, and a declarative template system to make the development process easier. Shoelace is an UI library based on Lit, Web Awesome is th…

Similar Posts

Loading similar posts...