Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kvraamkey/svelte-ui

A friendly UI component set for React.js SvelteJs
https://github.com/kvraamkey/svelte-ui

svelte svelte-components svelte-ui svelte-ui-components sveltejs ui w3css

Last synced: 24 days ago
JSON representation

A friendly UI component set for React.js SvelteJs

Awesome Lists containing this project

README

        

# svelte-ui

Set of the UI components for [Svelte](https://svelte.dev), inspired by W3Schools [W3Css](https://www.w3schools.com/w3css/)

[View the demo](https://kvraamkey.github.io/svelte-ui/)

## Installation

_Note that you will need to have [Node.js](https://nodejs.org) installed_

```bash
npm install --save-dev @kvraamkey/svelte-ui
```

## Quick start with new project

Create a new project based on [sveltejs/template](https://github.com/sveltejs/template)

```bash
npx degit sveltejs/template svelte-app
cd svelte-app
npm install
```