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.
To see what components are available in local-components
, check out our styleguide.
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 updated