1.4.0 • Published 2 months ago

spaper v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

version

Spaper

PaperCSS components for Svelte

Documentation

Browse documentation and demo here.

Start

Import papercss

Add a link to the CDN into your HTML file:

<link rel="stylesheet" href="https://unpkg.com/papercss/dist/paper.min.css">

Or use NPM:

npm i papercss

then import in your main component:

<script>
  import 'papercss/dist/paper.min.css'
</script>

Install spaper

npm i spaper

Usage

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

<Alert>...</Alert>
<Button>Click me</Button>

Sponsors

Thanks to these generous people! :heart:

Donate

Any donation is greatly appreciated :heart:

SourceLink / Address
Github Sponsorhttps://github.com/sponsors/Oli8
PayPalhttps://paypal.me/OliCrt
Bitcoin1Ez3Ts2WShUcbeGCjhZapdxVDK77DbYjdU
Ethereum0xc4364cafac87fd8085dc26af4a4a8c3bbad1bd3e

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
1.4.0

2 months ago

1.3.0

7 months ago

1.2.0

9 months ago

1.1.1

11 months ago

1.1.0

12 months ago

1.0.0

1 year ago

0.9.6

2 years ago

0.8.6

2 years ago

0.7.6

2 years ago

0.6.6

2 years ago

0.5.6

2 years ago

0.3.6

2 years ago

0.2.6

2 years ago

0.4.6

2 years ago

0.2.5

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.4

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago