Set of the UI components for Svelte, inspired by W3Schools W3Css
Note that you will need to have Node.js installed
npm install --save-dev @kvraamkey/svelte-ui
Create a new project based on sveltejs/template
npx degit sveltejs/template svelte-app
cd svelte-app
npm install