Installation
Installing the library
You can install Splendid Svelte through npm.
npm install @splendidlabz/svelte
Importing stuff
You can import components with the following syntax:
<script> import { ComponentName } from '@splendidlabz/svelte'</script>
---import { ComponentName } from '@splendidlabz/svelte'---