Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itsmebriand/svelte-uikit3

Svelte Wrapper for UIKit 3
https://github.com/itsmebriand/svelte-uikit3

components components-library svelte uikit-components uikit-framework uikit3

Last synced: 3 months ago
JSON representation

Svelte Wrapper for UIKit 3

Awesome Lists containing this project

README

        

# Svelte-UIKit
A Svelte Wrapper layer for [Uikit3](https://getuikit.com).

[npm](https://www.npmjs.com/package/svelte-uikit3)

## Installation
Add the package:
`npm install svelte-uikit3 -D`

Add the stylesheet:
``

### Example Usage
```html

import {Button} from 'svelte-uikit3';

Hello World!
```

## Documentation
- [Theming instructions](https://getuikit.com/docs/sass)
- [Storybook Export](https://0c370t.github.io/Svelte-UIKit3/docs/)
- [Component Directory](src/README.md)