PaperCSS components for Svelte
Browse documentation and demo here.
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>
npm i spaper
<script>
import { Button } from 'spaper';
// or
import Alert from 'spaper/components/Alert.Svelte';
</script>
<Alert>...</Alert>
<Button>Click me</Button>
Thanks to these generous people! :heart:
mehdi-dalil |
t0kido |
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 |