Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kvraamkey/svelte-ui
- Owner: kvraamkey
- License: mit
- Created: 2020-07-14T07:07:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T17:25:12.000Z (about 4 years ago)
- Last Synced: 2024-10-01T15:48:42.678Z (about 1 month ago)
- Topics: svelte, svelte-components, svelte-ui, svelte-ui-components, sveltejs, ui, w3css
- Language: Svelte
- Homepage: https://kvraamkey.github.io/svelte-ui/
- Size: 528 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```