Ecosyste.ms: Awesome

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

https://github.com/Oli8/spaper

PaperCSS components for Svelte
https://github.com/Oli8/spaper

component-library components svelte sveltejs

Last synced: 16 days ago
JSON representation

PaperCSS components for Svelte

Lists

README

        

![version](https://img.shields.io/npm/v/spaper)

# Spaper
PaperCSS components for Svelte

## Documentation

Browse [documentation and demo here](https://oli8.github.io/spaper/).

## Start

### Import papercss

Add a link to the CDN into your HTML file:

```html

```

Or use NPM:

```bash
npm i papercss
```

then import in your main component:
```html

import 'papercss/dist/paper.min.css'

```

### Install spaper

```bash
npm i spaper
```

### Usage

```html

import { Button } from 'spaper';
// or
import Alert from 'spaper/components/Alert.Svelte';

...
Click me
```


### Sponsors

Thanks to these generous people! :heart:






mehdi-dalil






t0kido


### Donate

Any donation is greatly appreciated :heart:

| Source | Link / Address |
| :-------------- | :------------------------------------------|
| Github Sponsor | https://github.com/sponsors/Oli8 |
| PayPal | https://paypal.me/OliCrt |
| Bitcoin | 1Ez3Ts2WShUcbeGCjhZapdxVDK77DbYjdU |
| Ethereum | 0xc4364cafac87fd8085dc26af4a4a8c3bbad1bd3e |

#### Components

- Alert
- Article
- Badge
- Breadcrumb
- Button
- Card
- Carousel
- CloseButton
- Col
- Collapsible
- CopyButton
- Form
- Checkbox
- Input
- NuberInput
- Radio
- Select
- Slider
- Switch
- Hero
- Modal
- Navbar
- Pagination
- Popover
- Progress
- Row
- Skeleton
- Table
- Tabs
- Toast