SŪIL

Svelte UI Library

Components library inspired by Carbon Design System.

Install

npm install suil --save-dev

Usage

CSS StyleSheet

import 'suil/styles.css'

Importing components

<script>
import { Button } from 'suil'
</script>

<Button>Hello World</Button>

License

MIT