8000 GitHub - kvraamkey/svelte-ui: A friendly UI component set for React.js SvelteJs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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
0