Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itsmebriand/svelte-uikit3
- Owner: ItsMeBrianD
- License: mit
- Created: 2020-07-12T21:19:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:19:55.000Z (about 2 years ago)
- Last Synced: 2024-10-03T06:39:11.800Z (4 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: 7
- 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
```htmlimport {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)