Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/casual-ui/svelte

A very casual ui components library for svelte
https://github.com/casual-ui/svelte

component-library svelte svelte3 svelte4 ui-components

Last synced: about 22 hours ago
JSON representation

A very casual ui components library for svelte

Awesome Lists containing this project

README

        

## Introduction

The Svelte version of Casual UI

## Online Docs & Demos

[Casual UI - Svelte](https://svelte.casual-ui.site/)

## Install

```sh
npm install @casual-ui/svelte
```

## Usage

* Import styles in your client entry
```js
import '@casual-ui/dist/style.css'
```
* Use in .svelte files
```html

import { CButton } from '@casual-ui/svelte'

```

## LICENSE

[MIT](./LICENSE)