[READ-ONLY] Mirror of https://github.com/flo-bit/ui-kit. 🦊 fox ui, svelte 5 and tailwind 4 flo-bit.dev/ui-kit/
svelte tailwindcss ui-components
0

Configure Feed

Select the types of activity you want to include in your feed.

update readme

Florian (Mar 13, 2025, 9:53 PM +0100) 37276d03 69eeeaea

-11
-11
README.md
··· 59 59 import { Button } from 'fox-ui-svelte'; 60 60 </script> 61 61 ``` 62 - 63 - 64 - If you want to use the image component, add the plugin to your vite config 65 - 66 - ```ts 67 - import { imagetools } from '@zerodevx/svelte-img/vite'; 68 - 69 - export default defineConfig({ 70 - plugins: [sveltekit(), imagetools()] 71 - }); 72 - ```