Skip to content

kvraamkey/svelte-ui

Repository files navigation

svelte-ui

Set of the UI components for Svelte, inspired by W3Schools W3Css

View the demo

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