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

https://github.com/wigtertainment/svelte-uikit-components

UIkit components for Svelte
https://github.com/wigtertainment/svelte-uikit-components

html javascript svelte-components svelte-js svelte-kit svelte-v3 uikit uikit-components

Last synced: 7 months ago
JSON representation

UIkit components for Svelte

Awesome Lists containing this project

README

          

## svelte-uikit-components

[![Netlify Status](https://api.netlify.com/api/v1/badges/f3d02818-f9b6-4c02-b0ed-be131f458efe/deploy-status)](https://app.netlify.com/sites/creative-cobbler-34b5cf/deploys)



Svelte UiKit Components Logo

### Demo and Documentation

[Demo](https://svelte-uikit.wigtertainment.com)

### Installation

`npm i svelte-uikit-components`

### Setup

Now you only need to import uikit.css inside your global css file

`@import "../../node_modules/uikit/dist/css/uikit.min.css";`

### Support

| Version | Svelte Version | UiKit Version |
| -------------- | -------------- | ------------- |
| 0.19.0 | 4.2.14 | 3.23.0 |
| 0.18.0 | 4.2.14 | 3.21.13 |
| 0.17.1 | 4.2.14 | 3.19.4 |
| 0.16.0 | 4.2.3 | 3.17.8 |
| 0.8.0 - 0.15.0 | 4.0.1 | 3.16.15 |
| 0.7.0 | 3.54.0 | 3.16.15 |

### Example Usages

#### Button

```typescript

import { Button } from "svelte-uikit-components";

```