https://github.com/lemmon/suil
😎 SŪIL; Svelte UI Library.
https://github.com/lemmon/suil
component-library svelte svelte-components ui-components ui-library
Last synced: 3 months ago
JSON representation
😎 SŪIL; Svelte UI Library.
- Host: GitHub
- URL: https://github.com/lemmon/suil
- Owner: lemmon
- License: mit
- Created: 2022-07-20T11:44:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T11:37:19.000Z (over 1 year ago)
- Last Synced: 2025-03-13T20:47:22.551Z (4 months ago)
- Topics: component-library, svelte, svelte-components, ui-components, ui-library
- Language: Svelte
- Homepage: https://suil.vercel.app
- Size: 390 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# SŪIL
Svelte UI Library.
[](https://badge.fury.io/js/suil)
## Install
```sh
npm install suil --save-dev
```## Usage
### CSS StyleSheet
```js
import 'suil/styles.css'
```### Importing components
```svelte
import { Button } from 'suil'
Hello World
```## License
MIT