Using local-components
If you need to add UI components to your Local Add-on, we recommend using the
@getflywheel/local-components
package which is available on npm.
local-components
utilizes CSS Modules, which allows multiple versions of local-components
to be loaded into Local via multiple Add-ons. This allows for your Add-on to look and behave the same even if the user updates Local.Last modified 2yr ago