0.1.2 • Published 4 years ago

svelte-uikit3 v0.1.2

Weekly downloads
17
License
-
Repository
github
Last release
4 years ago

Svelte-UIKit

A Svelte Wrapper layer for Uikit3.

npm

Installation

Add the package:
npm install svelte-uikit3 -D

Add the stylesheet:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/uikit@3.5.4/dist/css/uikit.min.css" />

Example Usage

<script>
    import {Button} from 'svelte-uikit3';
</script>

<Button>Hello World!</Button>

Documentation

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago