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
- Host: GitHub
- URL: https://github.com/wigtertainment/svelte-uikit-components
- Owner: Wigtertainment
- License: mit
- Created: 2020-01-05T22:18:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T20:01:31.000Z (over 1 year ago)
- Last Synced: 2024-08-10T21:23:39.515Z (over 1 year ago)
- Topics: html, javascript, svelte-components, svelte-js, svelte-kit, svelte-v3, uikit, uikit-components
- Language: CSS
- Homepage:
- Size: 6.17 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## svelte-uikit-components
[](https://app.netlify.com/sites/creative-cobbler-34b5cf/deploys)
### 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";
```