AlohaKit.Layouts
AlohaKit.Layouts copied to clipboard
My first external library
Hello, I'm attempting to use your library in my project. I haven't linked an external library into a .net maui project yet. I linked the library like this in my XAML:
xmlns:AlohaKit="clr-namespace:AlohaKit.Layouts;assembly=AlohaKit.Layouts"
But I'm not sure what I need to do in the maui program class to link it?
So when I go to use the Uniform grid:
... <alohakit:UniformGrid> ...
The reference doesn't exist.
I feel silly asking this question, but I'm at a loss on what I need to do to access this library?