A simple Svelte 5 component library using runes.
npm install my-svelte-lib
<script> import { Counter } from 'my-svelte-lib'; </script> <Counter />