Installation

Installing the library

You can install Splendid Svelte through npm.

Terminal window
npm install @splendidlabz/svelte

Importing stuff

You can import components with the following syntax:

<script>
import { ComponentName } from '@splendidlabz/svelte'
</script>