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: 7 months ago
JSON representation
Svelte Wrapper for UIKit 3
- Host: GitHub
- URL: https://github.com/itsmebriand/svelte-uikit3
- Owner: ItsMeBrianD
- License: mit
- Created: 2020-07-12T21:19:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:19:55.000Z (over 3 years ago)
- Last Synced: 2025-09-05T11:58:30.056Z (9 months ago)
- Topics: components, components-library, svelte, uikit-components, uikit-framework, uikit3
- Language: JavaScript
- Homepage: https://0c370t.github.io/Svelte-UIKit3/docs
- Size: 6.1 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)