Turns out it worked when reinstalling with: --as-lib
.
When you don’t use it as a lib and just copy paste code from examples without importing any components is it expected to crash ?
1 Like
Great job!!
1 Like
Without --as-lib
you have to manually install all components used in this dashboard.
You can do that with command mix salad.add component1 component2
Hi. Thanks for the library.
- Is there a preferred installation method? I presume --as-lib is secondary because you have to add the parameter.
- If I’m installing SaladUI’s core components, such as Button, I’m getting call is ambiguous, which I guess the idea is to remove it from the existing core_components?