@kvraamkey/svelte-ui
v1.2.0
Published
Simple Svelte 3 UI components
Downloads
12
Maintainers
Readme
svelte-ui
Set of the UI components for Svelte, inspired by W3Schools W3Css
Installation
Note that you will need to have Node.js installed
npm install --save-dev @kvraamkey/svelte-ui
Quick start with new project
Create a new project based on sveltejs/template
npx degit sveltejs/template svelte-app
cd svelte-app
npm install