How do I get started with developing packages using Umbraco UI Components and Lit
I have look into https://github.com/umbraco/Umbraco.UI and I wanted to develop a simple extension but I have trouble to get my head around how do I include @umbraco-ui/uui to my own frontend project.
With CDN I can see <uui-button> but if I use NPM I am not able to bootstrap uui. I am also a bit confused if I still need to use Angular or can I go all they way with Lit?
Is there a sample project somewhere I could look or a tutorial on developing a package in Umbraco 10.3x?
If I'm right, umbraco did not include the new Umbraco.UI yet. They are planning to throw out angular js in a future release. It didn't happen in the 11.x release (Please correct me if I'm wrong).
How do I get started with developing packages using Umbraco UI Components and Lit
I have look into https://github.com/umbraco/Umbraco.UI and I wanted to develop a simple extension but I have trouble to get my head around how do I include @umbraco-ui/uui to my own frontend project. With CDN I can see
<uui-button>
but if I use NPM I am not able to bootstrap uui. I am also a bit confused if I still need to use Angular or can I go all they way with Lit? Is there a sample project somewhere I could look or a tutorial on developing a package in Umbraco 10.3x?Hello Jukka
If I'm right, umbraco did not include the new Umbraco.UI yet. They are planning to throw out angular js in a future release. It didn't happen in the 11.x release (Please correct me if I'm wrong).
There are some interesting blog posts from a Umbraco Dev out there. https://dev.to/mattbrailsford/back-to-the-front-end-exploring-the-future-of-the-umbraco-ui-part-1-introduction-36g8
is working on a reply...