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: 27 days ago
JSON representation
PaperCSS components for Svelte
- Host: GitHub
- URL: https://github.com/oli8/spaper
- Owner: Oli8
- License: mit
- Created: 2021-08-09T19:08:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T11:53:54.000Z (8 months ago)
- Last Synced: 2024-09-23T14:33:12.464Z (about 1 month ago)
- Topics: component-library, components, svelte, sveltejs
- Language: Svelte
- Homepage: https://oli8.github.io/spaper/
- Size: 146 KB
- Stars: 199
- Watchers: 4
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
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:
```htmlimport '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:
### 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