Getting Started

Install the package

First of all you should install the sveltekit-components as a devolpment dependency.

npm install -D sveltekit-components

Import the default styles

At the moment there are only the SASS files available. Please make sure that you have SASS preprocessing configured. The best way to import the default styles is in your __layout.svelte file:

import 'sveltekit-components/sass/main.sass'

Install an icon set

svelte-components uses the Feather Icons by default, but you can use any SVG icon set you want. You can install the Feather Icons for your project with the following command:

npm install svelte-feather-icons