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 papercssthen 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! ❤️
| 
      
         mehdi-dalil  | 
    
      
         t0kido  | 
  
Any donation is greatly appreciated ❤️
| Source | Link / Address | 
|---|---|
| Github Sponsor | https://github.com/sponsors/Oli8 | 
| PayPal | https://paypal.me/OliCrt | 
| Bitcoin | 1Ez3Ts2WShUcbeGCjhZapdxVDK77DbYjdU | 
| Ethereum | 0xc4364cafac87fd8085dc26af4a4a8c3bbad1bd3e | 
- Alert
 - Article
 - Badge
 - Breadcrumb
 - Button
 - Card
 - Carousel
 - CloseButton
 - Col
 - Collapsible
 - CopyButton
 - Form
 - Checkbox
 - Input
 - Radio
 - Select
 - Slider
 - Switch
 - Hero
 - Modal
 - Navbar
 - Pagination
 - Popover
 - Progress
 - Row
 - Skeleton
 - Table
 - Tabs
 - Toast