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

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.

Awesome Lists containing this project

README

        

# SŪIL

Svelte UI Library.

[![npm version](https://badge.fury.io/js/suil.svg)](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