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