You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -126,7 +127,7 @@ A list of all components and their props can be found in our running instance of
126
127
127
128
After installation and bundler configuration all of the components are ready to be imported.
128
129
129
-
Just include `import { Button } from '@silintl/ui-components'` in your script section to import Button and any other components you want to use.
130
+
Just include `import { Button } from '@silintl/ui-components'`(Sveltekit/Vite will need to use the full url) in your script section to import Button and any other components you want to use.
0 commit comments